#D6C47B

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

Shades of Winter Hazel #D6C47B

Tints of Winter Hazel #D6C47B

Color information

#D6C47B (or 0xD6C47B) is unknown color: approx Winter Hazel. HEX triplet: D6, C4 and 7B. RGB value is (214,196,123). Sum of RGB (Red+Green+Blue) = 214+196+123=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C47B is #293B84. Grayscale: #C1C1C1. Windows color (decimal): -2702213 or 8111318. OLE color: 8111318.

HSL color Cylindrical-coordinate representation of color #D6C47B: hue angle of 48.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6C47B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214196123-
CMYK00.080.430.16
HSL48.13º52.6%66.08%-
HSV(B)48.13º42.52%83.92%-
XYZ51.0555.2126.7-
YUV193.0688.46142.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 123 (48.44% from 255) = 23.08%
R=40.15%
G=36.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419612300.080.430.1648.1352.666.08
HexD6C47B082B10303542
Octal32630417301053206065102
Binary1101011011000100111101101000101011100001100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C47B; }

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

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

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

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

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

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

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

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