Color Hex Logo

#d48822 Color Hex

#D48822
(212,136,34)
0 Favorites   0 Comments

Color spaces of #d48822

RGB 21213634
HSL0.100.720.48
HSV34°84°83°
CMYK 0.000.360.84   0.17
XYZ36.244331.72095.7258
Yxy31.72090.49180.4305
Hunter Lab56.321316.307333.3973
CIE-Lab63.111521.581961.4693

#d48822 color RGB value is (212,136,34).

#d48822 hex color red value is 212, green value is 136 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d48822 hue: 0.10 , saturation: 0.72 and the lightness value of d48822 is 0.48.

The process color (four color CMYK) of #d48822 color hex is 0.00, 0.36, 0.84, 0.17. Web safe color of #d48822 is #cc9933. Color #d48822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001000 00100010
Octal 324 210 42
Decimal 212 136 34
Hex D4 88 22

RGB Percentages of Color #d48822

%55.50
%35.60
%8.90

CMYK Percentages of Color #d48822

%0
%36
%84
%17

Triadic Colors of #d48822

#d48822 #22d488 #8822d4

Analogous Colors of #d48822

#d48822 #c7d422 #d42f22

Monochromatic Colors of #d48822

#d48822

Complementary Color

#d48822 #226ed4

#d48822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48822 Color CSS Codes

.mybgcolor {background-color:#d48822; } 
.myforecolor {color:#d48822; }
.mybordercolor {border:3px solid #d48822; }

#d48822 Text Font Color

<p style="color:#d48822">Text here</p>

This sample text font color is #d48822
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d48822 Background Color

<div style="background-color:#d48822">
Div content here</div>

This div background color is #d48822


#d48822 Border Color

<div style="border:3px solid #d48822">
Div here</div>

This div border color is #d48822


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,136,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d48822; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d48822;
  -webkit-box-shadow: 1px 1px 3px 2px #d48822;
  box-shadow:         1px 1px 3px 2px #d48822; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,136,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d48822">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d48822;
  -webkit-box-shadow: 1px 1px 3px 2px #d48822;
  box-shadow:         1px 1px 3px 2px #d48822;">
Div content here</div>

This div box has shadow with color #d48822


Comments

No comments written yet.

Please login to write comment.