Color Hex Logo

#d2c855 Color Hex

#D2C855
(210,200,85)
0 Favorites   0 Comments

Color spaces of #d2c855

RGB 21020085
HSL0.150.580.58
HSV55°60°82°
CMYK 0.000.050.60   0.18
XYZ48.872355.666116.7631
Yxy55.66610.40290.4589
Hunter Lab74.6097-13.642538.9057
CIE-Lab79.4234-10.738157.3314

#d2c855 color RGB value is (210,200,85).

#d2c855 hex color red value is 210, green value is 200 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d2c855 hue: 0.15 , saturation: 0.58 and the lightness value of d2c855 is 0.58.

The process color (four color CMYK) of #d2c855 color hex is 0.00, 0.05, 0.60, 0.18. Web safe color of #d2c855 is #cccc66. Color #d2c855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001000 01010101
Octal 322 310 125
Decimal 210 200 85
Hex D2 C8 55

RGB Percentages of Color #d2c855

%42.42
%40.40
%17.17

CMYK Percentages of Color #d2c855

%0
%5
%60
%18

Triadic Colors of #d2c855

#d2c855 #55d2c8 #c855d2

Analogous Colors of #d2c855

#d2c855 #9ed255 #d28a55

Monochromatic Colors of #d2c855

#d2c855

Complementary Color

#d2c855 #555fd2

#d2c855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c855 Color CSS Codes

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

#d2c855 Text Font Color

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

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


#d2c855 Background Color

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

This div background color is #d2c855


#d2c855 Border Color

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

This div border color is #d2c855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c855


Comments

No comments written yet.

Please login to write comment.