#D6C47A

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

Shades of Winter Hazel #D6C47A

Tints of Winter Hazel #D6C47A

Color information

#D6C47A (or 0xD6C47A) is unknown color: approx Winter Hazel. HEX triplet: D6, C4 and 7A. RGB value is (214,196,122). Sum of RGB (Red+Green+Blue) = 214+196+122=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C47A is #293B85. Grayscale: #C1C1C1. Windows color (decimal): -2702214 or 8045782. OLE color: 8045782.

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

Color convert

RGB214196122-
CMYK00.080.430.16
HSL48.26º52.87%65.88%-
HSV(B)48.26º42.99%83.92%-
XYZ50.9855.1826.38-
YUV192.9587.96143.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 122 (48.05% from 255) = 22.93%
R=40.23%
G=36.84%
B=22.93%

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
Decimal21419612200.080.430.1648.2652.8765.88
HexD6C47A082B10303542
Octal32630417201053206065102
Binary1101011011000100111101001000101011100001100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C47A; }

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

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

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

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

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

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

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

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