Shades of Roman #DA5C56
Tints of Roman #DA5C56
RGB
CMYK
RGB Variations
Color information
#DA5C56 (or 0xDA5C56) is known color: Roman. HEX triplet: DA, 5C and 56. RGB value is (218,92,86). Sum of RGB (Red+Green+Blue) = 218+92+86=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C56 is #25A3A9. Grayscale: #818181. Windows color (decimal): -2466730 or 5659866. OLE color: 5659866.
HSL color Cylindrical-coordinate representation of color #DA5C56: hue angle of 2.73º 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 #DA5C56 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 86 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.15 |
| HSL | 2.73º | 0.64% | 0.6% | - |
| HSV(B) | 2.73º | 0.61% | 0.85% | - |
| XYZ | 34.42 | 23.23 | 11.47 | - |
| YUV | 128.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 86 | 0 | 0.58 | 0.61 | 0.15 | 2.73 | 0.64 | 0.6 |
| Hex | DA | 5C | 56 | 0 | 3A | 3D | F | 3 | 40 | 3C |
| Octal | 332 | 134 | 126 | 0 | 72 | 75 | 17 | 3 | 100 | 74 |
| Binary | 11011010 | 1011100 | 1010110 | 0 | 111010 | 111101 | 1111 | 11 | 1000000 | 111100 |
Color Harmonies of #DA5C56
Complementary color
Monochromatic Colors of #DA5C56
Black with #DA5C56
Text Example
Text Example
White with #DA5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C56; }
p { color: rgb(218,92,86); }
H1.HeaderClassName
{
color: #DA5C56;
}
.AnyTagClassName
{
color: #DA5C56;
}
</style>
background-color css
<style>
a { background-color: #DA5C56; }
a { background-color: rgb(218,92,86); }
div.DivClassName
{
background-color: #DA5C56;
}
.BgClassName
{
background-color: #DA5C56;
}
</style>
border-color css
<style>
span { border-color: #DA5C56; }
span { border-color: rgb(218,92,86); }
td.TdClassName
{
border-color: #DA5C56;
}
.TagClassName
{
border-color: #DA5C56;
}
</style>