#D17246

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

Shades of Red Damask #D17246

Tints of Red Damask #D17246

Color information

#D17246 (or 0xD17246) is unknown color: approx Red Damask. HEX triplet: D1, 72 and 46. RGB value is (209,114,70). Sum of RGB (Red+Green+Blue) = 209+114+70=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D17246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17246 is #2E8DB9. Grayscale: #898989. Windows color (decimal): -3050938 or 4616913. OLE color: 4616913.

HSL color Cylindrical-coordinate representation of color #D17246: hue angle of 18.99º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D17246 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB20911470-
CMYK00.450.670.18
HSL18.99º60.17%54.71%-
HSV(B)18.99º66.51%81.96%-
XYZ33.4226.039.06-
YUV137.3989.97179.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 70 (27.73% from 255) = 17.81%
R=53.18%
G=29.01%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091147000.450.670.1818.9960.1754.71
HexD1724602D4312133c37
Octal32116210605510322237467
Binary1101000111100101000110010110110000111001010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17246; }

 p { color: rgb(209,114,70); }

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

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

 a { background-color: rgb(209,114,70); }

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

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

 span { border-color: rgb(209,114,70); }

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