Color Hex Logo

#d1c542 Color Hex

#D1C542
(209,197,66)
0 Favorites   0 Comments

Color spaces of #d1c542

RGB 20919766
HSL0.150.610.54
HSV55°68°82°
CMYK 0.000.060.68   0.18
XYZ47.244153.881213.0643
Yxy53.88120.41370.4719
Hunter Lab73.4038-13.570740.8303
CIE-Lab78.3924-10.792864.1012

#d1c542 color RGB value is (209,197,66).

#d1c542 hex color red value is 209, green value is 197 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d1c542 hue: 0.15 , saturation: 0.61 and the lightness value of d1c542 is 0.54.

The process color (four color CMYK) of #d1c542 color hex is 0.00, 0.06, 0.68, 0.18. Web safe color of #d1c542 is #cccc33. Color #d1c542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11000101 01000010
Octal 321 305 102
Decimal 209 197 66
Hex D1 C5 42

RGB Percentages of Color #d1c542

%44.28
%41.74
%13.98

CMYK Percentages of Color #d1c542

%0
%6
%68
%18

Triadic Colors of #d1c542

#d1c542 #42d1c5 #c542d1

Analogous Colors of #d1c542

#d1c542 #96d142 #d17e42

Monochromatic Colors of #d1c542

#d1c542

Complementary Color

#d1c542 #424ed1

#d1c542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c542 Color CSS Codes

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

#d1c542 Text Font Color

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

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


#d1c542 Background Color

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

This div background color is #d1c542


#d1c542 Border Color

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

This div border color is #d1c542


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,197,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 #d1c542">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c542


Comments

No comments written yet.

Please login to write comment.