Color Hex Logo

#d7cd56 Color Hex

#D7CD56
(215,205,86)
0 Favorites   0 Comments

Color spaces of #d7cd56

RGB 21520586
HSL0.150.620.59
HSV55°60°84°
CMYK 0.000.050.60   0.16
XYZ51.535458.781617.4339
Yxy58.78160.40340.4601
Hunter Lab76.6692-14.187140.1864
CIE-Lab81.1714-11.125058.9340

#d7cd56 color RGB value is (215,205,86).

#d7cd56 hex color red value is 215, green value is 205 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #d7cd56 hue: 0.15 , saturation: 0.62 and the lightness value of d7cd56 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001101 01010110
Octal 327 315 126
Decimal 215 205 86
Hex D7 CD 56

RGB Percentages of Color #d7cd56

%42.49
%40.51
%17.00

CMYK Percentages of Color #d7cd56

%0
%5
%60
%16

Triadic Colors of #d7cd56

#d7cd56 #56d7cd #cd56d7

Analogous Colors of #d7cd56

#d7cd56 #a1d756 #d78d56

Monochromatic Colors of #d7cd56

#d7cd56

Complementary Color

#d7cd56 #5660d7

#d7cd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cd56 Color CSS Codes

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

#d7cd56 Text Font Color

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

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


#d7cd56 Background Color

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

This div background color is #d7cd56


#d7cd56 Border Color

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

This div border color is #d7cd56


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,205,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7cd56; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7cd56;
  -webkit-box-shadow: 1px 1px 3px 2px #d7cd56;
  box-shadow:         1px 1px 3px 2px #d7cd56; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,205,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cd56


Comments

No comments written yet.

Please login to write comment.