#d86f45

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

Shades of Red Damask #D86F45

Tints of Red Damask #D86F45

Color information

#D86F45 (or 0xD86F45) is unknown color: approx Red Damask. HEX triplet: D8, 6F and 45. RGB value is (216,111,69). Sum of RGB (Red+Green+Blue) = 216+111+69=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F45 is #2790BA. Grayscale: #898989. Windows color (decimal): -2592955 or 4550616. OLE color: 4550616.

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

Color convert

RGB21611169-
CMYK00.490.680.15
HSL17.14º65.33%55.88%-
HSV(B)17.14º68.06%84.71%-
XYZ35.0826.48.88-
YUV137.6189.29183.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 111 (43.75% from 255) = 28.03%
BLUE value IS 69 (27.34% from 255) = 17.42%
R=54.55%
G=28.03%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161116900.490.680.1517.1465.3355.88
HexD86F4503144F114138
Octal330157105061104172110170
Binary1101100011011111000101011000110001001111100011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d86f45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d86f45; }

 p { color: rgb(216,111,69); }

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

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

 a { background-color: rgb(216,111,69); }

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

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

 span { border-color: rgb(216,111,69); }

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