Shades of Roman #DA6859
Tints of Roman #DA6859
RGB
CMYK
RGB Variations
Color information
#DA6859 (or 0xDA6859) is known color: Roman. HEX triplet: DA, 68 and 59. RGB value is (218,104,89). Sum of RGB (Red+Green+Blue) = 218+104+89=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6859 is #2597A6. Grayscale: #888888. Windows color (decimal): -2463655 or 5859546. OLE color: 5859546.
HSL color Cylindrical-coordinate representation of color #DA6859: hue angle of 6.98º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA6859 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 89 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.15 |
| HSL | 6.98º | 0.64% | 0.6% | - |
| HSV(B) | 6.98º | 0.59% | 0.85% | - |
| XYZ | 35.67 | 25.53 | 12.5 | - |
| YUV | 136.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 89 | 0 | 0.52 | 0.59 | 0.15 | 6.98 | 0.64 | 0.6 |
| Hex | DA | 68 | 59 | 0 | 34 | 3B | F | 7 | 40 | 3C |
| Octal | 332 | 150 | 131 | 0 | 64 | 73 | 17 | 7 | 100 | 74 |
| Binary | 11011010 | 1101000 | 1011001 | 0 | 110100 | 111011 | 1111 | 111 | 1000000 | 111100 |
Color Harmonies of #DA6859
Complementary color
Monochromatic Colors of #DA6859
Black with #DA6859
Text Example
Text Example
White with #DA6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6859; }
p { color: rgb(218,104,89); }
H1.HeaderClassName
{
color: #DA6859;
}
.AnyTagClassName
{
color: #DA6859;
}
</style>
background-color css
<style>
a { background-color: #DA6859; }
a { background-color: rgb(218,104,89); }
div.DivClassName
{
background-color: #DA6859;
}
.BgClassName
{
background-color: #DA6859;
}
</style>
border-color css
<style>
span { border-color: #DA6859; }
span { border-color: rgb(218,104,89); }
td.TdClassName
{
border-color: #DA6859;
}
.TagClassName
{
border-color: #DA6859;
}
</style>