#D6C483

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

Shades of Winter Hazel #D6C483

Tints of Winter Hazel #D6C483

Color information

#D6C483 (or 0xD6C483) is unknown color: approx Winter Hazel. HEX triplet: D6, C4 and 83. RGB value is (214,196,131). Sum of RGB (Red+Green+Blue) = 214+196+131=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C483 is #293B7C. Grayscale: #C2C2C2. Windows color (decimal): -2702205 or 8635606. OLE color: 8635606.

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

Color convert

RGB214196131-
CMYK00.080.390.16
HSL46.99º50.3%67.65%-
HSV(B)46.99º38.79%83.92%-
XYZ51.5755.4129.45-
YUV193.9792.46142.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 131 (51.56% from 255) = 24.21%
R=39.56%
G=36.23%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419613100.080.390.1646.9950.367.65
HexD6C4830827102f3244
Octal32630420301047205762104
Binary11010110110001001000001101000100111100001011111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C483; }

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

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

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

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

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

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

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

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