Shades of Roman #DA5956
Tints of Roman #DA5956
RGB
CMYK
RGB Variations
Color information
#DA5956 (or 0xDA5956) is known color: Roman. HEX triplet: DA, 59 and 56. RGB value is (218,89,86). Sum of RGB (Red+Green+Blue) = 218+89+86=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5956 is #25A6A9. Grayscale: #7F7F7F. Windows color (decimal): -2467498 or 5659098. OLE color: 5659098.
HSL color Cylindrical-coordinate representation of color #DA5956: hue angle of 1.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5956 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 86 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.15 |
| HSL | 1.36º | 0.64% | 0.6% | - |
| HSV(B) | 1.36º | 0.61% | 0.85% | - |
| XYZ | 34.17 | 22.72 | 11.39 | - |
| YUV | 127.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 86 | 0 | 0.59 | 0.61 | 0.15 | 1.36 | 0.64 | 0.6 |
| Hex | DA | 59 | 56 | 0 | 3B | 3D | F | 1 | 40 | 3C |
| Octal | 332 | 131 | 126 | 0 | 73 | 75 | 17 | 1 | 100 | 74 |
| Binary | 11011010 | 1011001 | 1010110 | 0 | 111011 | 111101 | 1111 | 1 | 1000000 | 111100 |
Color Harmonies of #DA5956
Complementary color
Monochromatic Colors of #DA5956
Black with #DA5956
Text Example
Text Example
White with #DA5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5956; }
p { color: rgb(218,89,86); }
H1.HeaderClassName
{
color: #DA5956;
}
.AnyTagClassName
{
color: #DA5956;
}
</style>
background-color css
<style>
a { background-color: #DA5956; }
a { background-color: rgb(218,89,86); }
div.DivClassName
{
background-color: #DA5956;
}
.BgClassName
{
background-color: #DA5956;
}
</style>
border-color css
<style>
span { border-color: #DA5956; }
span { border-color: rgb(218,89,86); }
td.TdClassName
{
border-color: #DA5956;
}
.TagClassName
{
border-color: #DA5956;
}
</style>