#D17248

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

Shades of Red Damask #D17248

Tints of Red Damask #D17248

Color information

#D17248 (or 0xD17248) is unknown color: approx Red Damask. HEX triplet: D1, 72 and 48. RGB value is (209,114,72). Sum of RGB (Red+Green+Blue) = 209+114+72=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D17248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17248 is #2E8DB7. Grayscale: #898989. Windows color (decimal): -3050936 or 4747985. OLE color: 4747985.

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

Color convert

RGB20911472-
CMYK00.450.660.18
HSL18.39º59.83%55.1%-
HSV(B)18.39º65.55%81.96%-
XYZ33.4826.069.4-
YUV137.6290.97178.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.91%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=52.91%
G=28.86%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091147200.450.660.1818.3959.8355.1
HexD1724802D4212123c37
Octal32116211005510222227467
Binary1101000111100101001000010110110000101001010010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17248; }

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

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

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

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

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

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

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

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