Shades of Red Damask #D0734A
Tints of Red Damask #D0734A
RGB
CMYK
RGB Variations
Color information
#D0734A (or 0xD0734A) is known color: Red Damask. HEX triplet: D0, 73 and 4A. RGB value is (208,115,74). Sum of RGB (Red+Green+Blue) = 208+115+74=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0734A is #2F8CB5. Grayscale: #8A8A8A. Windows color (decimal): -3116214 or 4879312. OLE color: 4879312.
HSL color Cylindrical-coordinate representation of color #D0734A: hue angle of 18.36º 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 #D0734A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 74 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.18 |
| HSL | 18.36º | 0.59% | 0.55% | - |
| HSV(B) | 18.36º | 0.64% | 0.82% | - |
| XYZ | 33.38 | 26.17 | 9.77 | - |
| YUV | 138.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 74 | 0 | 0.45 | 0.64 | 0.18 | 18.36 | 0.59 | 0.55 |
| Hex | D0 | 73 | 4A | 0 | 2D | 40 | 12 | 12 | 3B | 37 |
| Octal | 320 | 163 | 112 | 0 | 55 | 100 | 22 | 22 | 73 | 67 |
| Binary | 11010000 | 1110011 | 1001010 | 0 | 101101 | 1000000 | 10010 | 10010 | 111011 | 110111 |
Color Harmonies of #D0734A
Complementary color
Monochromatic Colors of #D0734A
Black with #D0734A
Text Example
Text Example
White with #D0734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0734A; }
p { color: rgb(208,115,74); }
H1.HeaderClassName
{
color: #D0734A;
}
.AnyTagClassName
{
color: #D0734A;
}
</style>
background-color css
<style>
a { background-color: #D0734A; }
a { background-color: rgb(208,115,74); }
div.DivClassName
{
background-color: #D0734A;
}
.BgClassName
{
background-color: #D0734A;
}
</style>
border-color css
<style>
span { border-color: #D0734A; }
span { border-color: rgb(208,115,74); }
td.TdClassName
{
border-color: #D0734A;
}
.TagClassName
{
border-color: #D0734A;
}
</style>