#D5CA7F

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

Shades of Winter Hazel #D5CA7F

Tints of Winter Hazel #D5CA7F

Color information

#D5CA7F (or 0xD5CA7F) is unknown color: approx Winter Hazel. HEX triplet: D5, CA and 7F. RGB value is (213,202,127). Sum of RGB (Red+Green+Blue) = 213+202+127=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA7F is #2A3580. Grayscale: #C5C5C5. Windows color (decimal): -2766209 or 8374997. OLE color: 8374997.

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

Color convert

RGB213202127-
CMYK00.050.400.16
HSL52.33º50.59%66.67%-
HSV(B)52.33º40.38%83.53%-
XYZ52.3957.9228.5-
YUV196.7488.64139.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 127 (50% from 255) = 23.43%
R=39.30%
G=37.27%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320212700.050.400.1652.3350.5966.67
HexD5CA7F052810343343
Octal3253121770550206463103
Binary110101011100101011111110101101000100001101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA7F; }

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

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

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

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

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

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

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

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