#D86D49

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

Shades of Red Damask #D86D49

Tints of Red Damask #D86D49

Color information

#D86D49 (or 0xD86D49) is unknown color: approx Red Damask. HEX triplet: D8, 6D and 49. RGB value is (216,109,73). Sum of RGB (Red+Green+Blue) = 216+109+73=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D49 is #2792B6. Grayscale: #898989. Windows color (decimal): -2593463 or 4812248. OLE color: 4812248.

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

Color convert

RGB21610973-
CMYK00.500.660.15
HSL15.1º64.71%56.67%-
HSV(B)15.1º66.2%84.71%-
XYZ34.9926.029.48-
YUV136.8991.95184.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.27%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=54.27%
G=27.39%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161097300.500.660.1515.164.7156.67
HexD86D4903242Ff4139
Octal330155111062102171710171
Binary110110001101101100100101100101000010111111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D49; }

 p { color: rgb(216,109,73); }

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

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

 a { background-color: rgb(216,109,73); }

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

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

 span { border-color: rgb(216,109,73); }

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