Shades of Roman #DA5E59
Tints of Roman #DA5E59
RGB
CMYK
RGB Variations
Color information
#DA5E59 (or 0xDA5E59) is known color: Roman. HEX triplet: DA, 5E and 59. RGB value is (218,94,89). Sum of RGB (Red+Green+Blue) = 218+94+89=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5E59 is #25A1A6. Grayscale: #828282. Windows color (decimal): -2466215 or 5856986. OLE color: 5856986.
HSL color Cylindrical-coordinate representation of color #DA5E59: hue angle of 2.33º 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 #DA5E59 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 89 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.15 |
| HSL | 2.33º | 0.64% | 0.6% | - |
| HSV(B) | 2.33º | 0.59% | 0.85% | - |
| XYZ | 34.72 | 23.63 | 12.18 | - |
| YUV | 130.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 89 | 0 | 0.57 | 0.59 | 0.15 | 2.33 | 0.64 | 0.6 |
| Hex | DA | 5E | 59 | 0 | 39 | 3B | F | 2 | 40 | 3C |
| Octal | 332 | 136 | 131 | 0 | 71 | 73 | 17 | 2 | 100 | 74 |
| Binary | 11011010 | 1011110 | 1011001 | 0 | 111001 | 111011 | 1111 | 10 | 1000000 | 111100 |
Color Harmonies of #DA5E59
Complementary color
Monochromatic Colors of #DA5E59
Black with #DA5E59
Text Example
Text Example
White with #DA5E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E59; }
p { color: rgb(218,94,89); }
H1.HeaderClassName
{
color: #DA5E59;
}
.AnyTagClassName
{
color: #DA5E59;
}
</style>
background-color css
<style>
a { background-color: #DA5E59; }
a { background-color: rgb(218,94,89); }
div.DivClassName
{
background-color: #DA5E59;
}
.BgClassName
{
background-color: #DA5E59;
}
</style>
border-color css
<style>
span { border-color: #DA5E59; }
span { border-color: rgb(218,94,89); }
td.TdClassName
{
border-color: #DA5E59;
}
.TagClassName
{
border-color: #DA5E59;
}
</style>