#D6C983

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

Shades of Winter Hazel #D6C983

Tints of Winter Hazel #D6C983

Color information

#D6C983 (or 0xD6C983) is unknown color: approx Winter Hazel. HEX triplet: D6, C9 and 83. RGB value is (214,201,131). Sum of RGB (Red+Green+Blue) = 214+201+131=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C983 is #29367C. Grayscale: #C5C5C5. Windows color (decimal): -2700925 or 8636886. OLE color: 8636886.

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

Color convert

RGB214201131-
CMYK00.060.390.16
HSL50.6º50.3%67.65%-
HSV(B)50.6º38.79%83.92%-
XYZ52.7157.7129.83-
YUV196.9190.81140.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 131 (51.56% from 255) = 23.99%
R=39.19%
G=36.81%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420113100.060.390.1650.650.367.65
HexD6C983062710333244
Octal3263112030647206362104
Binary1101011011001001100000110110100111100001100111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C983; }

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

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

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

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

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

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

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

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