#D2724D

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

Shades of Red Damask #D2724D

Tints of Red Damask #D2724D

Color information

#D2724D (or 0xD2724D) is unknown color: approx Red Damask. HEX triplet: D2, 72 and 4D. RGB value is (210,114,77). Sum of RGB (Red+Green+Blue) = 210+114+77=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2724D is #2D8DB2. Grayscale: #8A8A8A. Windows color (decimal): -2985395 or 5075666. OLE color: 5075666.

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

Color convert

RGB21011477-
CMYK00.460.630.18
HSL16.69º59.64%56.27%-
HSV(B)16.69º63.33%82.35%-
XYZ33.9426.2710.3-
YUV138.4993.3179.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.37%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 77 (30.47% from 255) = 19.20%
R=52.37%
G=28.43%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101147700.460.630.1816.6959.6456.27
HexD2724D02E3F12113c38
Octal3221621150567722217470
Binary110100101110010100110101011101111111001010001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2724D; }

 p { color: rgb(210,114,77); }

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

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

 a { background-color: rgb(210,114,77); }

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

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

 span { border-color: rgb(210,114,77); }

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