Shades of Roman #DA5D53
Tints of Roman #DA5D53
RGB
CMYK
RGB Variations
Color information
#DA5D53 (or 0xDA5D53) is known color: Roman. HEX triplet: DA, 5D and 53. RGB value is (218,93,83). Sum of RGB (Red+Green+Blue) = 218+93+83=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5D53 is #25A2AC. Grayscale: #818181. Windows color (decimal): -2466477 or 5463514. OLE color: 5463514.
HSL color Cylindrical-coordinate representation of color #DA5D53: hue angle of 4.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5D53 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 83 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.15 |
| HSL | 4.44º | 0.65% | 0.59% | - |
| HSV(B) | 4.44º | 0.62% | 0.85% | - |
| XYZ | 34.39 | 23.36 | 10.88 | - |
| YUV | 129.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 83 | 0 | 0.57 | 0.62 | 0.15 | 4.44 | 0.65 | 0.59 |
| Hex | DA | 5D | 53 | 0 | 39 | 3E | F | 4 | 41 | 3B |
| Octal | 332 | 135 | 123 | 0 | 71 | 76 | 17 | 4 | 101 | 73 |
| Binary | 11011010 | 1011101 | 1010011 | 0 | 111001 | 111110 | 1111 | 100 | 1000001 | 111011 |
Color Harmonies of #DA5D53
Complementary color
Monochromatic Colors of #DA5D53
Black with #DA5D53
Text Example
Text Example
White with #DA5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5D53; }
p { color: rgb(218,93,83); }
H1.HeaderClassName
{
color: #DA5D53;
}
.AnyTagClassName
{
color: #DA5D53;
}
</style>
background-color css
<style>
a { background-color: #DA5D53; }
a { background-color: rgb(218,93,83); }
div.DivClassName
{
background-color: #DA5D53;
}
.BgClassName
{
background-color: #DA5D53;
}
</style>
border-color css
<style>
span { border-color: #DA5D53; }
span { border-color: rgb(218,93,83); }
td.TdClassName
{
border-color: #DA5D53;
}
.TagClassName
{
border-color: #DA5D53;
}
</style>