#D6C88C

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

Shades of Winter Hazel #D6C88C

Tints of Winter Hazel #D6C88C

Color information

#D6C88C (or 0xD6C88C) is unknown color: approx Winter Hazel. HEX triplet: D6, C8 and 8C. RGB value is (214,200,140). Sum of RGB (Red+Green+Blue) = 214+200+140=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C88C is #293773. Grayscale: #C5C5C5. Windows color (decimal): -2701172 or 9226454. OLE color: 9226454.

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

Color convert

RGB214200140-
CMYK00.070.350.16
HSL48.65º47.44%69.41%-
HSV(B)48.65º34.58%83.92%-
XYZ53.1257.533.11-
YUV197.3595.64139.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=38.63%
G=36.10%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420014000.070.350.1648.6547.4469.41
HexD6C88C072310312f45
Octal3263102140743206157105
Binary1101011011001000100011000111100011100001100011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C88C; }

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

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

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

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

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

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

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

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