Color Hex Logo

#d7c45d Color Hex

#D7C45D
(215,196,93)
0 Favorites   0 Comments

Color spaces of #d7c45d

RGB 21519693
HSL0.140.600.60
HSV51°57°84°
CMYK 0.000.090.57   0.16
XYZ49.740054.717218.2958
Yxy54.71720.40520.4458
Hunter Lab73.9711-9.421537.1151
CIE-Lab78.8781-6.030853.2190

#d7c45d color RGB value is (215,196,93).

#d7c45d hex color red value is 215, green value is 196 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d7c45d hue: 0.14 , saturation: 0.60 and the lightness value of d7c45d is 0.60.

The process color (four color CMYK) of #d7c45d color hex is 0.00, 0.09, 0.57, 0.16. Web safe color of #d7c45d is #cccc66. Color #d7c45d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000100 01011101
Octal 327 304 135
Decimal 215 196 93
Hex D7 C4 5D

RGB Percentages of Color #d7c45d

%42.66
%38.89
%18.45

CMYK Percentages of Color #d7c45d

%0
%9
%57
%16

Triadic Colors of #d7c45d

#d7c45d #5dd7c4 #c45dd7

Analogous Colors of #d7c45d

#d7c45d #add75d #d7875d

Monochromatic Colors of #d7c45d

#d7c45d

Complementary Color

#d7c45d #5d70d7

#d7c45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c45d Color CSS Codes

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

#d7c45d Text Font Color

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

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


#d7c45d Background Color

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

This div background color is #d7c45d


#d7c45d Border Color

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

This div border color is #d7c45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c45d


Comments

No comments written yet.

Please login to write comment.