#D5CA7B

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

Shades of Winter Hazel #D5CA7B

Tints of Winter Hazel #D5CA7B

Color information

#D5CA7B (or 0xD5CA7B) is unknown color: approx Winter Hazel. HEX triplet: D5, CA and 7B. RGB value is (213,202,123). Sum of RGB (Red+Green+Blue) = 213+202+123=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA7B is #2A3584. Grayscale: #C4C4C4. Windows color (decimal): -2766213 or 8112853. OLE color: 8112853.

HSL color Cylindrical-coordinate representation of color #D5CA7B: hue angle of 52.67º degrees, saturation: 0.52, 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 #D5CA7B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213202123-
CMYK00.050.420.16
HSL52.67º51.72%65.88%-
HSV(B)52.67º42.25%83.53%-
XYZ52.1457.8227.15-
YUV196.2886.64139.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 123 (48.44% from 255) = 22.86%
R=39.59%
G=37.55%
B=22.86%

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
Decimal21320212300.050.420.1652.6751.7265.88
HexD5CA7B052A10353442
Octal3253121730552206564102
Binary110101011100101011110110101101010100001101011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA7B; }

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

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

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

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

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

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

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

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