Color Hex Logo

#d9d142 Color Hex

#D9D142
(217,209,66)
0 Favorites   0 Comments

Color spaces of #d9d142

RGB 21720966
HSL0.160.670.55
HSV57°70°85°
CMYK 0.000.040.70   0.15
XYZ52.399160.746014.1177
Yxy60.74600.41170.4773
Hunter Lab77.9397-16.388443.8182
CIE-Lab82.2420-13.474668.1554

#d9d142 color RGB value is (217,209,66).

#d9d142 hex color red value is 217, green value is 209 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d9d142 hue: 0.16 , saturation: 0.67 and the lightness value of d9d142 is 0.55.

The process color (four color CMYK) of #d9d142 color hex is 0.00, 0.04, 0.70, 0.15. Web safe color of #d9d142 is #cccc33. Color #d9d142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010001 01000010
Octal 331 321 102
Decimal 217 209 66
Hex D9 D1 42

RGB Percentages of Color #d9d142

%44.11
%42.48
%13.41

CMYK Percentages of Color #d9d142

%0
%4
%70
%15

Triadic Colors of #d9d142

#d9d142 #42d9d1 #d142d9

Analogous Colors of #d9d142

#d9d142 #96d942 #d98642

Monochromatic Colors of #d9d142

#d9d142

Complementary Color

#d9d142 #424ad9

#d9d142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d142 Color CSS Codes

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

#d9d142 Text Font Color

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

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


#d9d142 Background Color

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

This div background color is #d9d142


#d9d142 Border Color

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

This div border color is #d9d142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d142


Comments

No comments written yet.

Please login to write comment.