Shades of Roman #DA6861
Tints of Roman #DA6861
RGB
CMYK
RGB Variations
Color information
#DA6861 (or 0xDA6861) is known color: Roman. HEX triplet: DA, 68 and 61. RGB value is (218,104,97). Sum of RGB (Red+Green+Blue) = 218+104+97=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6861 is #25979E. Grayscale: #898989. Windows color (decimal): -2463647 or 6383834. OLE color: 6383834.
HSL color Cylindrical-coordinate representation of color #DA6861: hue angle of 3.47º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6861 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 97 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.15 |
| HSL | 3.47º | 0.62% | 0.62% | - |
| HSV(B) | 3.47º | 0.56% | 0.85% | - |
| XYZ | 36.02 | 25.67 | 14.37 | - |
| YUV | 137.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 97 | 0 | 0.52 | 0.56 | 0.15 | 3.47 | 0.62 | 0.62 |
| Hex | DA | 68 | 61 | 0 | 34 | 38 | F | 3 | 3E | 3E |
| Octal | 332 | 150 | 141 | 0 | 64 | 70 | 17 | 3 | 76 | 76 |
| Binary | 11011010 | 1101000 | 1100001 | 0 | 110100 | 111000 | 1111 | 11 | 111110 | 111110 |
Color Harmonies of #DA6861
Complementary color
Monochromatic Colors of #DA6861
Black with #DA6861
Text Example
Text Example
White with #DA6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6861; }
p { color: rgb(218,104,97); }
H1.HeaderClassName
{
color: #DA6861;
}
.AnyTagClassName
{
color: #DA6861;
}
</style>
background-color css
<style>
a { background-color: #DA6861; }
a { background-color: rgb(218,104,97); }
div.DivClassName
{
background-color: #DA6861;
}
.BgClassName
{
background-color: #DA6861;
}
</style>
border-color css
<style>
span { border-color: #DA6861; }
span { border-color: rgb(218,104,97); }
td.TdClassName
{
border-color: #DA6861;
}
.TagClassName
{
border-color: #DA6861;
}
</style>