Color Hex Logo

#d9d620 Color Hex

#D9D620
(217,214,32)
0 Favorites   0 Comments

Color spaces of #d9d620

RGB 21721432
HSL0.160.740.49
HSV59°85°85°
CMYK 0.000.010.85   0.15
XYZ52.922662.949110.7276
Yxy62.94910.41800.4972
Hunter Lab79.3405-19.780747.5217
CIE-Lab83.4156-17.172379.0334

#d9d620 color RGB value is (217,214,32).

#d9d620 hex color red value is 217, green value is 214 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #d9d620 hue: 0.16 , saturation: 0.74 and the lightness value of d9d620 is 0.49.

The process color (four color CMYK) of #d9d620 color hex is 0.00, 0.01, 0.85, 0.15. Web safe color of #d9d620 is #cccc33. Color #d9d620 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010110 00100000
Octal 331 326 40
Decimal 217 214 32
Hex D9 D6 20

RGB Percentages of Color #d9d620

%46.87
%46.22
%6.91

CMYK Percentages of Color #d9d620

%0
%1
%85
%15

Triadic Colors of #d9d620

#d9d620 #20d9d6 #d620d9

Analogous Colors of #d9d620

#d9d620 #80d920 #d97a20

Monochromatic Colors of #d9d620

#d9d620

Complementary Color

#d9d620 #2023d9

#d9d620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d620 Color CSS Codes

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

#d9d620 Text Font Color

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

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


#d9d620 Background Color

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

This div background color is #d9d620


#d9d620 Border Color

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

This div border color is #d9d620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d620


Comments

No comments written yet.

Please login to write comment.