#D5CA7E

Color #D5CA7E Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #D5CA7E

Tints of Winter Hazel #D5CA7E

Color information

#D5CA7E (or 0xD5CA7E) is unknown color: approx Winter Hazel. HEX triplet: D5, CA and 7E. RGB value is (213,202,126). Sum of RGB (Red+Green+Blue) = 213+202+126=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA7E is #2A3581. Grayscale: #C4C4C4. Windows color (decimal): -2766210 or 8309461. OLE color: 8309461.

HSL color Cylindrical-coordinate representation of color #D5CA7E: hue angle of 52.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5CA7E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213202126-
CMYK00.050.410.16
HSL52.41º50.88%66.47%-
HSV(B)52.41º40.85%83.53%-
XYZ52.3357.8928.16-
YUV196.6288.14139.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 126 (49.61% from 255) = 23.29%
R=39.37%
G=37.34%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320212600.050.410.1652.4150.8866.47
HexD5CA7E052910343342
Octal3253121760551206463102
Binary110101011100101011111100101101001100001101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA7E; }

 p { color: rgb(213,202,126); }

 H1.HeaderClassName
 {
   color: #D5CA7E;
 }
 .AnyTagClassName
 {
   color: #D5CA7E;
 }
</style>
background-color css

<style>
 a { background-color: #D5CA7E; }

 a { background-color: rgb(213,202,126); }

 div.DivClassName
 {
   background-color: #D5CA7E;
 }
 .BgClassName
 {
   background-color: #D5CA7E;
 }
</style>
border-color css

<style>
 span { border-color: #D5CA7E; }

 span { border-color: rgb(213,202,126); }

 td.TdClassName
 {
   border-color: #D5CA7E;
 }
 .TagClassName
 {
   border-color: #D5CA7E;
 }
</style>