Color Hex Logo

#d9d216 Color Hex

#D9D216
(217,210,22)
0 Favorites   0 Comments

Color spaces of #d9d216

RGB 21721022
HSL0.160.820.47
HSV58°90°85°
CMYK 0.000.030.90   0.15
XYZ51.806760.90289.7840
Yxy60.90280.42290.4972
Hunter Lab78.0402-18.073947.1949
CIE-Lab82.3265-15.389579.9475

#d9d216 color RGB value is (217,210,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010010 00010110
Octal 331 322 26
Decimal 217 210 22
Hex D9 D2 16

RGB Percentages of Color #d9d216

%48.33
%46.77
%4.90

CMYK Percentages of Color #d9d216

%0
%3
%90
%15

Triadic Colors of #d9d216

#d9d216 #16d9d2 #d216d9

Analogous Colors of #d9d216

#d9d216 #7fd916 #d97116

Monochromatic Colors of #d9d216

#d9d216

Complementary Color

#d9d216 #161dd9

#d9d216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d216 Color CSS Codes

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

#d9d216 Text Font Color

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

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


#d9d216 Background Color

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

This div background color is #d9d216


#d9d216 Border Color

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

This div border color is #d9d216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d216


Comments

No comments written yet.

Please login to write comment.