#D86E47

Color #D86E47 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #D86E47

Tints of Red Damask #D86E47

Color information

#D86E47 (or 0xD86E47) is unknown color: approx Red Damask. HEX triplet: D8, 6E and 47. RGB value is (216,110,71). Sum of RGB (Red+Green+Blue) = 216+110+71=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E47 is #2791B8. Grayscale: #898989. Windows color (decimal): -2593209 or 4681432. OLE color: 4681432.

HSL color Cylindrical-coordinate representation of color #D86E47: hue angle of 16.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D86E47 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21611071-
CMYK00.490.670.15
HSL16.14º65.02%56.27%-
HSV(B)16.14º67.13%84.71%-
XYZ35.0326.219.17-
YUV137.2590.62184.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.41%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=54.41%
G=27.71%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161107100.490.670.1516.1465.0256.27
HexD86E4703143F104138
Octal330156107061103172010170
Binary1101100011011101000111011000110000111111100001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E47; }

 p { color: rgb(216,110,71); }

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

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

 a { background-color: rgb(216,110,71); }

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

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

 span { border-color: rgb(216,110,71); }

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