#D5CA7C

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

Shades of Winter Hazel #D5CA7C

Tints of Winter Hazel #D5CA7C

Color information

#D5CA7C (or 0xD5CA7C) is unknown color: approx Winter Hazel. HEX triplet: D5, CA and 7C. RGB value is (213,202,124). Sum of RGB (Red+Green+Blue) = 213+202+124=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA7C is #2A3583. Grayscale: #C4C4C4. Windows color (decimal): -2766212 or 8178389. OLE color: 8178389.

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

Color convert

RGB213202124-
CMYK00.050.420.16
HSL52.58º51.45%66.08%-
HSV(B)52.58º41.78%83.53%-
XYZ52.257.8427.48-
YUV196.487.14139.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 124 (48.83% from 255) = 23.01%
R=39.52%
G=37.48%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320212400.050.420.1652.5851.4566.08
HexD5CA7C052A10353342
Octal3253121740552206563102
Binary110101011100101011111000101101010100001101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA7C; }

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

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

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

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

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

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

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

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