Shades of Red Damask #D06648
Tints of Red Damask #D06648
RGB
CMYK
RGB Variations
Color information
#D06648 (or 0xD06648) is known color: Red Damask. HEX triplet: D0, 66 and 48. RGB value is (208,102,72). Sum of RGB (Red+Green+Blue) = 208+102+72=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D06648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06648 is #2F99B7. Grayscale: #828282. Windows color (decimal): -3119544 or 4744912. OLE color: 4744912.
HSL color Cylindrical-coordinate representation of color #D06648: hue angle of 13.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D06648 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 72 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.18 |
| HSL | 13.24º | 0.59% | 0.55% | - |
| HSV(B) | 13.24º | 0.65% | 0.82% | - |
| XYZ | 31.93 | 23.38 | 8.96 | - |
| YUV | 130.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 72 | 0 | 0.51 | 0.65 | 0.18 | 13.24 | 0.59 | 0.55 |
| Hex | D0 | 66 | 48 | 0 | 33 | 41 | 12 | D | 3B | 37 |
| Octal | 320 | 146 | 110 | 0 | 63 | 101 | 22 | 15 | 73 | 67 |
| Binary | 11010000 | 1100110 | 1001000 | 0 | 110011 | 1000001 | 10010 | 1101 | 111011 | 110111 |
Color Harmonies of #D06648
Complementary color
Monochromatic Colors of #D06648
Black with #D06648
Text Example
Text Example
White with #D06648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06648; }
p { color: rgb(208,102,72); }
H1.HeaderClassName
{
color: #D06648;
}
.AnyTagClassName
{
color: #D06648;
}
</style>
background-color css
<style>
a { background-color: #D06648; }
a { background-color: rgb(208,102,72); }
div.DivClassName
{
background-color: #D06648;
}
.BgClassName
{
background-color: #D06648;
}
</style>
border-color css
<style>
span { border-color: #D06648; }
span { border-color: rgb(208,102,72); }
td.TdClassName
{
border-color: #D06648;
}
.TagClassName
{
border-color: #D06648;
}
</style>