#D4CC88

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

Shades of Winter Hazel #D4CC88

Tints of Winter Hazel #D4CC88

Color information

#D4CC88 (or 0xD4CC88) is unknown color: approx Winter Hazel. HEX triplet: D4, CC and 88. RGB value is (212,204,136). Sum of RGB (Red+Green+Blue) = 212+204+136=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CC88 is #2B3377. Grayscale: #C6C6C6. Windows color (decimal): -2831224 or 8965332. OLE color: 8965332.

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

Color convert

RGB212204136-
CMYK00.040.360.17
HSL53.68º46.91%68.24%-
HSV(B)53.68º35.85%83.14%-
XYZ53.1958.9631.87-
YUV198.6492.65137.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=38.41%
G=36.96%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220413600.040.360.1753.6846.9168.24
HexD4CC88042411362f44
Octal3243142100444216657104
Binary1101010011001100100010000100100100100011101101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC88; }

 p { color: rgb(212,204,136); }

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

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

 a { background-color: rgb(212,204,136); }

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

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

 span { border-color: rgb(212,204,136); }

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