#D6C683

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

Shades of Winter Hazel #D6C683

Tints of Winter Hazel #D6C683

Color information

#D6C683 (or 0xD6C683) is unknown color: approx Winter Hazel. HEX triplet: D6, C6 and 83. RGB value is (214,198,131). Sum of RGB (Red+Green+Blue) = 214+198+131=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C683 is #29397C. Grayscale: #C3C3C3. Windows color (decimal): -2701693 or 8636118. OLE color: 8636118.

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

Color convert

RGB214198131-
CMYK00.070.390.16
HSL48.43º50.3%67.65%-
HSV(B)48.43º38.79%83.92%-
XYZ52.0256.3229.6-
YUV195.1591.8141.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 131 (51.56% from 255) = 24.13%
R=39.41%
G=36.46%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419813100.070.390.1648.4350.367.65
HexD6C683072710303244
Octal3263062030747206062104
Binary1101011011000110100000110111100111100001100001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C683; }

 p { color: rgb(214,198,131); }

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

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

 a { background-color: rgb(214,198,131); }

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

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

 span { border-color: rgb(214,198,131); }

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