#D6C383

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

Shades of Winter Hazel #D6C383

Tints of Winter Hazel #D6C383

Color information

#D6C383 (or 0xD6C383) is unknown color: approx Winter Hazel. HEX triplet: D6, C3 and 83. RGB value is (214,195,131). Sum of RGB (Red+Green+Blue) = 214+195+131=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C383 is #293C7C. Grayscale: #C1C1C1. Windows color (decimal): -2702461 or 8635350. OLE color: 8635350.

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

Color convert

RGB214195131-
CMYK00.090.390.16
HSL46.27º50.3%67.65%-
HSV(B)46.27º38.79%83.92%-
XYZ51.3454.9729.38-
YUV193.3892.79142.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 131 (51.56% from 255) = 24.26%
R=39.63%
G=36.11%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419513100.090.390.1646.2750.367.65
HexD6C3830927102e3244
Octal32630320301147205662104
Binary11010110110000111000001101001100111100001011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C383; }

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

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

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

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

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

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

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

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