Color Hex Logo

#d4994f Color Hex

#D4994F
(212,153,79)
0 Favorites   0 Comments

Color spaces of #d4994f

RGB 21215379
HSL0.090.610.57
HSV33°63°83°
CMYK 0.000.280.63   0.17
XYZ39.953937.344012.4995
Yxy37.34400.44490.4159
Hunter Lab61.10979.762330.6495
CIE-Lab67.534314.488746.8229

#d4994f color RGB value is (212,153,79).

#d4994f hex color red value is 212, green value is 153 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d4994f hue: 0.09 , saturation: 0.61 and the lightness value of d4994f is 0.57.

The process color (four color CMYK) of #d4994f color hex is 0.00, 0.28, 0.63, 0.17. Web safe color of #d4994f is #cc9966. Color #d4994f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011001 01001111
Octal 324 231 117
Decimal 212 153 79
Hex D4 99 4F

RGB Percentages of Color #d4994f

%47.75
%34.46
%17.79

CMYK Percentages of Color #d4994f

%0
%28
%63
%17

Triadic Colors of #d4994f

#d4994f #4fd499 #994fd4

Analogous Colors of #d4994f

#d4994f #cdd44f #d4574f

Monochromatic Colors of #d4994f

#d4994f

Complementary Color

#d4994f #4f8ad4

#d4994f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4994f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4994f Color CSS Codes

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

#d4994f Text Font Color

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

This sample text font color is #d4994f
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.


#d4994f Background Color

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

This div background color is #d4994f


#d4994f Border Color

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

This div border color is #d4994f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4994f


Comments

No comments written yet.

Please login to write comment.