Shades of Red Damask #D0724A
Tints of Red Damask #D0724A
RGB
CMYK
RGB Variations
Color information
#D0724A (or 0xD0724A) is known color: Red Damask. HEX triplet: D0, 72 and 4A. RGB value is (208,114,74). Sum of RGB (Red+Green+Blue) = 208+114+74=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0724A is #2F8DB5. Grayscale: #898989. Windows color (decimal): -3116470 or 4879056. OLE color: 4879056.
HSL color Cylindrical-coordinate representation of color #D0724A: hue angle of 17.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0724A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 74 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.18 |
| HSL | 17.91º | 0.59% | 0.55% | - |
| HSV(B) | 17.91º | 0.64% | 0.82% | - |
| XYZ | 33.27 | 25.94 | 9.73 | - |
| YUV | 137.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 74 | 0 | 0.45 | 0.64 | 0.18 | 17.91 | 0.59 | 0.55 |
| Hex | D0 | 72 | 4A | 0 | 2D | 40 | 12 | 12 | 3B | 37 |
| Octal | 320 | 162 | 112 | 0 | 55 | 100 | 22 | 22 | 73 | 67 |
| Binary | 11010000 | 1110010 | 1001010 | 0 | 101101 | 1000000 | 10010 | 10010 | 111011 | 110111 |
Color Harmonies of #D0724A
Complementary color
Monochromatic Colors of #D0724A
Black with #D0724A
Text Example
Text Example
White with #D0724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0724A; }
p { color: rgb(208,114,74); }
H1.HeaderClassName
{
color: #D0724A;
}
.AnyTagClassName
{
color: #D0724A;
}
</style>
background-color css
<style>
a { background-color: #D0724A; }
a { background-color: rgb(208,114,74); }
div.DivClassName
{
background-color: #D0724A;
}
.BgClassName
{
background-color: #D0724A;
}
</style>
border-color css
<style>
span { border-color: #D0724A; }
span { border-color: rgb(208,114,74); }
td.TdClassName
{
border-color: #D0724A;
}
.TagClassName
{
border-color: #D0724A;
}
</style>