#D5CB7E

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

Shades of Winter Hazel #D5CB7E

Tints of Winter Hazel #D5CB7E

Color information

#D5CB7E (or 0xD5CB7E) is unknown color: approx Winter Hazel. HEX triplet: D5, CB and 7E. RGB value is (213,203,126). Sum of RGB (Red+Green+Blue) = 213+203+126=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB7E is #2A3481. Grayscale: #C5C5C5. Windows color (decimal): -2765954 or 8309717. OLE color: 8309717.

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

Color convert

RGB213203126-
CMYK00.050.410.16
HSL53.1º50.88%66.47%-
HSV(B)53.1º40.85%83.53%-
XYZ52.5658.3628.23-
YUV197.2187.81139.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 126 (49.61% from 255) = 23.25%
R=39.30%
G=37.45%
B=23.25%

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
Decimal21320312600.050.410.1653.150.8866.47
HexD5CB7E052910353342
Octal3253131760551206563102
Binary110101011100101111111100101101001100001101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB7E; }

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

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

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

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

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

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

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

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