Color Hex Logo

#d9d219 Color Hex

#D9D219
(217,210,25)
0 Favorites   0 Comments

Color spaces of #d9d219

RGB 21721025
HSL0.160.790.47
HSV58°88°85°
CMYK 0.000.030.88   0.15
XYZ51.837360.91519.9454
Yxy60.91510.42250.4965
Hunter Lab78.0481-18.029747.0786
CIE-Lab82.3331-15.337679.4690

#d9d219 color RGB value is (217,210,25).

#d9d219 hex color red value is 217, green value is 210 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #d9d219 hue: 0.16 , saturation: 0.79 and the lightness value of d9d219 is 0.47.

The process color (four color CMYK) of #d9d219 color hex is 0.00, 0.03, 0.88, 0.15. Web safe color of #d9d219 is #cccc00. Color #d9d219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010010 00011001
Octal 331 322 31
Decimal 217 210 25
Hex D9 D2 19

RGB Percentages of Color #d9d219

%48.01
%46.46
%5.53

CMYK Percentages of Color #d9d219

%0
%3
%88
%15

Triadic Colors of #d9d219

#d9d219 #19d9d2 #d219d9

Analogous Colors of #d9d219

#d9d219 #80d919 #d97219

Monochromatic Colors of #d9d219

#d9d219

Complementary Color

#d9d219 #1920d9

#d9d219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d219 Color CSS Codes

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

#d9d219 Text Font Color

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

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


#d9d219 Background Color

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

This div background color is #d9d219


#d9d219 Border Color

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

This div border color is #d9d219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d219


Comments

No comments written yet.

Please login to write comment.