#D3C986

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

Shades of Winter Hazel #D3C986

Tints of Winter Hazel #D3C986

Color information

#D3C986 (or 0xD3C986) is unknown color: approx Winter Hazel. HEX triplet: D3, C9 and 86. RGB value is (211,201,134). Sum of RGB (Red+Green+Blue) = 211+201+134=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C986 is #2C3679. Grayscale: #C4C4C4. Windows color (decimal): -2897530 or 8833491. OLE color: 8833491.

HSL color Cylindrical-coordinate representation of color #D3C986: hue angle of 52.21º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3C986 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB211201134-
CMYK00.050.360.17
HSL52.21º46.67%67.65%-
HSV(B)52.21º36.49%82.75%-
XYZ52.0557.3430.88-
YUV196.3592.81138.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 134 (52.73% from 255) = 24.54%
R=38.64%
G=36.81%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120113400.050.360.1752.2146.6767.65
HexD3C986052411342f44
Octal3233112060544216457104
Binary1101001111001001100001100101100100100011101001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C986; }

 p { color: rgb(211,201,134); }

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

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

 a { background-color: rgb(211,201,134); }

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

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

 span { border-color: rgb(211,201,134); }

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