#D6CC8C

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

Shades of Winter Hazel #D6CC8C

Tints of Winter Hazel #D6CC8C

Color information

#D6CC8C (or 0xD6CC8C) is unknown color: approx Winter Hazel. HEX triplet: D6, CC and 8C. RGB value is (214,204,140). Sum of RGB (Red+Green+Blue) = 214+204+140=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CC8C is #293373. Grayscale: #C7C7C7. Windows color (decimal): -2700148 or 9227478. OLE color: 9227478.

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

Color convert

RGB214204140-
CMYK00.050.350.16
HSL51.89º47.44%69.41%-
HSV(B)51.89º34.58%83.92%-
XYZ54.0659.3833.42-
YUV199.6994.31138.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 140 (55.08% from 255) = 25.09%
R=38.35%
G=36.56%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420414000.050.350.1651.8947.4469.41
HexD6CC8C052310342f45
Octal3263142140543206457105
Binary1101011011001100100011000101100011100001101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CC8C; }

 p { color: rgb(214,204,140); }

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

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

 a { background-color: rgb(214,204,140); }

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

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

 span { border-color: rgb(214,204,140); }

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