Shades of Red Damask #D0694D
Tints of Red Damask #D0694D
RGB
CMYK
RGB Variations
Color information
#D0694D (or 0xD0694D) is known color: Red Damask. HEX triplet: D0, 69 and 4D. RGB value is (208,105,77). Sum of RGB (Red+Green+Blue) = 208+105+77=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0694D is #2F96B2. Grayscale: #848484. Windows color (decimal): -3118771 or 5073360. OLE color: 5073360.
HSL color Cylindrical-coordinate representation of color #D0694D: hue angle of 12.82º degrees, saturation: 0.58, 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 #D0694D is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 77 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.18 |
| HSL | 12.82º | 0.58% | 0.56% | - |
| HSV(B) | 12.82º | 0.63% | 0.82% | - |
| XYZ | 32.4 | 24.05 | 9.96 | - |
| YUV | 132.61 | 96.62 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 77 | 0 | 0.50 | 0.63 | 0.18 | 12.82 | 0.58 | 0.56 |
| Hex | D0 | 69 | 4D | 0 | 32 | 3F | 12 | D | 3A | 38 |
| Octal | 320 | 151 | 115 | 0 | 62 | 77 | 22 | 15 | 72 | 70 |
| Binary | 11010000 | 1101001 | 1001101 | 0 | 110010 | 111111 | 10010 | 1101 | 111010 | 111000 |
Color Harmonies of #D0694D
Complementary color
Monochromatic Colors of #D0694D
Black with #D0694D
Text Example
Text Example
White with #D0694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0694D; }
p { color: rgb(208,105,77); }
H1.HeaderClassName
{
color: #D0694D;
}
.AnyTagClassName
{
color: #D0694D;
}
</style>
background-color css
<style>
a { background-color: #D0694D; }
a { background-color: rgb(208,105,77); }
div.DivClassName
{
background-color: #D0694D;
}
.BgClassName
{
background-color: #D0694D;
}
</style>
border-color css
<style>
span { border-color: #D0694D; }
span { border-color: rgb(208,105,77); }
td.TdClassName
{
border-color: #D0694D;
}
.TagClassName
{
border-color: #D0694D;
}
</style>