Shades of Roman #DA6560
Tints of Roman #DA6560
RGB
CMYK
RGB Variations
Color information
#DA6560 (or 0xDA6560) is known color: Roman. HEX triplet: DA, 65 and 60. RGB value is (218,101,96). Sum of RGB (Red+Green+Blue) = 218+101+96=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6560 is #259A9F. Grayscale: #878787. Windows color (decimal): -2464416 or 6317530. OLE color: 6317530.
HSL color Cylindrical-coordinate representation of color #DA6560: hue angle of 2.46º 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 #DA6560 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 96 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.15 |
| HSL | 2.46º | 0.62% | 0.62% | - |
| HSV(B) | 2.46º | 0.56% | 0.85% | - |
| XYZ | 35.68 | 25.06 | 14.02 | - |
| YUV | 135.41 | 105.76 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 96 | 0 | 0.54 | 0.56 | 0.15 | 2.46 | 0.62 | 0.62 |
| Hex | DA | 65 | 60 | 0 | 36 | 38 | F | 2 | 3E | 3E |
| Octal | 332 | 145 | 140 | 0 | 66 | 70 | 17 | 2 | 76 | 76 |
| Binary | 11011010 | 1100101 | 1100000 | 0 | 110110 | 111000 | 1111 | 10 | 111110 | 111110 |
Color Harmonies of #DA6560
Complementary color
Monochromatic Colors of #DA6560
Black with #DA6560
Text Example
Text Example
White with #DA6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6560; }
p { color: rgb(218,101,96); }
H1.HeaderClassName
{
color: #DA6560;
}
.AnyTagClassName
{
color: #DA6560;
}
</style>
background-color css
<style>
a { background-color: #DA6560; }
a { background-color: rgb(218,101,96); }
div.DivClassName
{
background-color: #DA6560;
}
.BgClassName
{
background-color: #DA6560;
}
</style>
border-color css
<style>
span { border-color: #DA6560; }
span { border-color: rgb(218,101,96); }
td.TdClassName
{
border-color: #DA6560;
}
.TagClassName
{
border-color: #DA6560;
}
</style>