#D5CB85

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

Shades of Winter Hazel #D5CB85

Tints of Winter Hazel #D5CB85

Color information

#D5CB85 (or 0xD5CB85) is unknown color: approx Winter Hazel. HEX triplet: D5, CB and 85. RGB value is (213,203,133). Sum of RGB (Red+Green+Blue) = 213+203+133=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB85 is #2A347A. Grayscale: #C6C6C6. Windows color (decimal): -2765947 or 8768469. OLE color: 8768469.

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

Color convert

RGB213203133-
CMYK00.050.380.16
HSL52.5º48.78%67.84%-
HSV(B)52.5º37.56%83.53%-
XYZ53.0358.5530.7-
YUV198.0191.31138.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=38.80%
G=36.98%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320313300.050.380.1652.548.7867.84
HexD5CB85052610343144
Octal3253132050546206461104
Binary1101010111001011100001010101100110100001101001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB85; }

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

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

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

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

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

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

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

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