Color Hex Logo

#d9d814 Color Hex

#D9D814
(217,216,20)
0 Favorites   0 Comments

Color spaces of #d9d814

RGB 21721620
HSL0.170.830.46
HSV60°91°85°
CMYK 0.000.000.91   0.15
XYZ53.297463.914010.1894
Yxy63.91400.41830.5017
Hunter Lab79.9462-20.906148.4057
CIE-Lab83.9210-18.381981.4761

#d9d814 color RGB value is (217,216,20).

#d9d814 hex color red value is 217, green value is 216 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #d9d814 hue: 0.17 , saturation: 0.83 and the lightness value of d9d814 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011000 00010100
Octal 331 330 24
Decimal 217 216 20
Hex D9 D8 14

RGB Percentages of Color #d9d814

%47.90
%47.68
%4.42

CMYK Percentages of Color #d9d814

%0
%0
%91
%15

Triadic Colors of #d9d814

#d9d814 #14d9d8 #d814d9

Analogous Colors of #d9d814

#d9d814 #78d914 #d97614

Monochromatic Colors of #d9d814

#d9d814

Complementary Color

#d9d814 #1415d9

#d9d814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d814 Color CSS Codes

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

#d9d814 Text Font Color

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

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


#d9d814 Background Color

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

This div background color is #d9d814


#d9d814 Border Color

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

This div border color is #d9d814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d814


Comments

No comments written yet.

Please login to write comment.