Shades of Roman #D56957
Tints of Roman #D56957
RGB
CMYK
RGB Variations
Color information
#D56957 (or 0xD56957) is known color: Roman. HEX triplet: D5, 69 and 57. RGB value is (213,105,87). Sum of RGB (Red+Green+Blue) = 213+105+87=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D56957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56957 is #2A96A8. Grayscale: #878787. Windows color (decimal): -2791081 or 5728725. OLE color: 5728725.
HSL color Cylindrical-coordinate representation of color #D56957: hue angle of 8.57º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D56957 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 87 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.16 |
| HSL | 8.57º | 0.6% | 0.59% | - |
| HSV(B) | 8.57º | 0.59% | 0.84% | - |
| XYZ | 34.21 | 24.94 | 12.03 | - |
| YUV | 135.24 | 100.78 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 87 | 0 | 0.51 | 0.59 | 0.16 | 8.57 | 0.6 | 0.59 |
| Hex | D5 | 69 | 57 | 0 | 33 | 3B | 10 | 9 | 3C | 3B |
| Octal | 325 | 151 | 127 | 0 | 63 | 73 | 20 | 11 | 74 | 73 |
| Binary | 11010101 | 1101001 | 1010111 | 0 | 110011 | 111011 | 10000 | 1001 | 111100 | 111011 |
Color Harmonies of #D56957
Complementary color
Monochromatic Colors of #D56957
Black with #D56957
Text Example
Text Example
White with #D56957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56957; }
p { color: rgb(213,105,87); }
H1.HeaderClassName
{
color: #D56957;
}
.AnyTagClassName
{
color: #D56957;
}
</style>
background-color css
<style>
a { background-color: #D56957; }
a { background-color: rgb(213,105,87); }
div.DivClassName
{
background-color: #D56957;
}
.BgClassName
{
background-color: #D56957;
}
</style>
border-color css
<style>
span { border-color: #D56957; }
span { border-color: rgb(213,105,87); }
td.TdClassName
{
border-color: #D56957;
}
.TagClassName
{
border-color: #D56957;
}
</style>