Color Hex Logo

#d9cf4a Color Hex

#D9CF4A
(217,207,74)
0 Favorites   0 Comments

Color spaces of #d9cf4a

RGB 21720774
HSL0.160.650.57
HSV56°66°85°
CMYK 0.000.050.66   0.15
XYZ52.164159.871815.2856
Yxy59.87180.40970.4702
Hunter Lab77.3769-15.072642.4512
CIE-Lab81.7685-12.047264.6212

#d9cf4a color RGB value is (217,207,74).

#d9cf4a hex color red value is 217, green value is 207 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d9cf4a hue: 0.16 , saturation: 0.65 and the lightness value of d9cf4a is 0.57.

The process color (four color CMYK) of #d9cf4a color hex is 0.00, 0.05, 0.66, 0.15. Web safe color of #d9cf4a is #cccc33. Color #d9cf4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001111 01001010
Octal 331 317 112
Decimal 217 207 74
Hex D9 CF 4A

RGB Percentages of Color #d9cf4a

%43.57
%41.57
%14.86

CMYK Percentages of Color #d9cf4a

%0
%5
%66
%15

Triadic Colors of #d9cf4a

#d9cf4a #4ad9cf #cf4ad9

Analogous Colors of #d9cf4a

#d9cf4a #9cd94a #d9884a

Monochromatic Colors of #d9cf4a

#d9cf4a

Complementary Color

#d9cf4a #4a54d9

#d9cf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cf4a Color CSS Codes

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

#d9cf4a Text Font Color

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

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


#d9cf4a Background Color

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

This div background color is #d9cf4a


#d9cf4a Border Color

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

This div border color is #d9cf4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,207,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9cf4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9cf4a;
  -webkit-box-shadow: 1px 1px 3px 2px #d9cf4a;
  box-shadow:         1px 1px 3px 2px #d9cf4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,207,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cf4a


Comments

No comments written yet.

Please login to write comment.