Shades of Roman #D85A56
Tints of Roman #D85A56
RGB
CMYK
RGB Variations
Color information
#D85A56 (or 0xD85A56) is known color: Roman. HEX triplet: D8, 5A and 56. RGB value is (216,90,86). Sum of RGB (Red+Green+Blue) = 216+90+86=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A56 is #27A5A9. Grayscale: #7F7F7F. Windows color (decimal): -2598314 or 5659352. OLE color: 5659352.
HSL color Cylindrical-coordinate representation of color #D85A56: hue angle of 1.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85A56 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 86 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.15 |
| HSL | 1.85º | 0.63% | 0.59% | - |
| HSV(B) | 1.85º | 0.6% | 0.85% | - |
| XYZ | 33.65 | 22.58 | 11.39 | - |
| YUV | 127.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 86 | 0 | 0.58 | 0.60 | 0.15 | 1.85 | 0.63 | 0.59 |
| Hex | D8 | 5A | 56 | 0 | 3A | 3C | F | 2 | 3E | 3B |
| Octal | 330 | 132 | 126 | 0 | 72 | 74 | 17 | 2 | 76 | 73 |
| Binary | 11011000 | 1011010 | 1010110 | 0 | 111010 | 111100 | 1111 | 10 | 111110 | 111011 |
Color Harmonies of #D85A56
Complementary color
Monochromatic Colors of #D85A56
Black with #D85A56
Text Example
Text Example
White with #D85A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A56; }
p { color: rgb(216,90,86); }
H1.HeaderClassName
{
color: #D85A56;
}
.AnyTagClassName
{
color: #D85A56;
}
</style>
background-color css
<style>
a { background-color: #D85A56; }
a { background-color: rgb(216,90,86); }
div.DivClassName
{
background-color: #D85A56;
}
.BgClassName
{
background-color: #D85A56;
}
</style>
border-color css
<style>
span { border-color: #D85A56; }
span { border-color: rgb(216,90,86); }
td.TdClassName
{
border-color: #D85A56;
}
.TagClassName
{
border-color: #D85A56;
}
</style>