Shades of Red Damask #D0694B
Tints of Red Damask #D0694B
RGB
CMYK
RGB Variations
Color information
#D0694B (or 0xD0694B) is known color: Red Damask. HEX triplet: D0, 69 and 4B. RGB value is (208,105,75). Sum of RGB (Red+Green+Blue) = 208+105+75=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0694B is #2F96B4. Grayscale: #848484. Windows color (decimal): -3118773 or 4942288. OLE color: 4942288.
HSL color Cylindrical-coordinate representation of color #D0694B: hue angle of 13.53º 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 #D0694B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 75 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.18 |
| HSL | 13.53º | 0.59% | 0.55% | - |
| HSV(B) | 13.53º | 0.64% | 0.82% | - |
| XYZ | 32.33 | 24.02 | 9.59 | - |
| YUV | 132.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 75 | 0 | 0.50 | 0.64 | 0.18 | 13.53 | 0.59 | 0.55 |
| Hex | D0 | 69 | 4B | 0 | 32 | 40 | 12 | E | 3B | 37 |
| Octal | 320 | 151 | 113 | 0 | 62 | 100 | 22 | 16 | 73 | 67 |
| Binary | 11010000 | 1101001 | 1001011 | 0 | 110010 | 1000000 | 10010 | 1110 | 111011 | 110111 |
Color Harmonies of #D0694B
Complementary color
Monochromatic Colors of #D0694B
Black with #D0694B
Text Example
Text Example
White with #D0694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0694B; }
p { color: rgb(208,105,75); }
H1.HeaderClassName
{
color: #D0694B;
}
.AnyTagClassName
{
color: #D0694B;
}
</style>
background-color css
<style>
a { background-color: #D0694B; }
a { background-color: rgb(208,105,75); }
div.DivClassName
{
background-color: #D0694B;
}
.BgClassName
{
background-color: #D0694B;
}
</style>
border-color css
<style>
span { border-color: #D0694B; }
span { border-color: rgb(208,105,75); }
td.TdClassName
{
border-color: #D0694B;
}
.TagClassName
{
border-color: #D0694B;
}
</style>