Shades of Roman #DA5C59
Tints of Roman #DA5C59
RGB
CMYK
RGB Variations
Color information
#DA5C59 (or 0xDA5C59) is known color: Roman. HEX triplet: DA, 5C and 59. RGB value is (218,92,89). Sum of RGB (Red+Green+Blue) = 218+92+89=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C59 is #25A3A6. Grayscale: #818181. Windows color (decimal): -2466727 or 5856474. OLE color: 5856474.
HSL color Cylindrical-coordinate representation of color #DA5C59: hue angle of 1.4º 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 #DA5C59 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 89 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.15 |
| HSL | 1.4º | 0.64% | 0.6% | - |
| HSV(B) | 1.4º | 0.59% | 0.85% | - |
| XYZ | 34.54 | 23.28 | 12.12 | - |
| YUV | 129.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 89 | 0 | 0.58 | 0.59 | 0.15 | 1.4 | 0.64 | 0.6 |
| Hex | DA | 5C | 59 | 0 | 3A | 3B | F | 1 | 40 | 3C |
| Octal | 332 | 134 | 131 | 0 | 72 | 73 | 17 | 1 | 100 | 74 |
| Binary | 11011010 | 1011100 | 1011001 | 0 | 111010 | 111011 | 1111 | 1 | 1000000 | 111100 |
Color Harmonies of #DA5C59
Complementary color
Monochromatic Colors of #DA5C59
Black with #DA5C59
Text Example
Text Example
White with #DA5C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C59; }
p { color: rgb(218,92,89); }
H1.HeaderClassName
{
color: #DA5C59;
}
.AnyTagClassName
{
color: #DA5C59;
}
</style>
background-color css
<style>
a { background-color: #DA5C59; }
a { background-color: rgb(218,92,89); }
div.DivClassName
{
background-color: #DA5C59;
}
.BgClassName
{
background-color: #DA5C59;
}
</style>
border-color css
<style>
span { border-color: #DA5C59; }
span { border-color: rgb(218,92,89); }
td.TdClassName
{
border-color: #DA5C59;
}
.TagClassName
{
border-color: #DA5C59;
}
</style>