#D3CA7C

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

Shades of Winter Hazel #D3CA7C

Tints of Winter Hazel #D3CA7C

Color information

#D3CA7C (or 0xD3CA7C) is unknown color: approx Winter Hazel. HEX triplet: D3, CA and 7C. RGB value is (211,202,124). Sum of RGB (Red+Green+Blue) = 211+202+124=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CA7C is #2C3583. Grayscale: #C4C4C4. Windows color (decimal): -2897284 or 8178387. OLE color: 8178387.

HSL color Cylindrical-coordinate representation of color #D3CA7C: hue angle of 53.79º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3CA7C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211202124-
CMYK00.040.410.17
HSL53.79º49.71%65.69%-
HSV(B)53.79º41.23%82.75%-
XYZ51.6257.5527.46-
YUV195.887.48138.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=39.29%
G=37.62%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120212400.040.410.1753.7949.7165.69
HexD3CA7C042911363242
Octal3233121740451216662102
Binary110100111100101011111000100101001100011101101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CA7C; }

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

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

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

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

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

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

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

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