Shades of Roman #D56356
Tints of Roman #D56356
RGB
CMYK
RGB Variations
Color information
#D56356 (or 0xD56356) is known color: Roman. HEX triplet: D5, 63 and 56. RGB value is (213,99,86). Sum of RGB (Red+Green+Blue) = 213+99+86=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56356 is #2A9CA9. Grayscale: #838383. Windows color (decimal): -2792618 or 5661653. OLE color: 5661653.
HSL color Cylindrical-coordinate representation of color #D56356: hue angle of 6.14º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D56356 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 86 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.16 |
| HSL | 6.14º | 0.6% | 0.59% | - |
| HSV(B) | 6.14º | 0.6% | 0.84% | - |
| XYZ | 33.58 | 23.74 | 11.62 | - |
| YUV | 131.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 86 | 0 | 0.54 | 0.60 | 0.16 | 6.14 | 0.6 | 0.59 |
| Hex | D5 | 63 | 56 | 0 | 36 | 3C | 10 | 6 | 3C | 3B |
| Octal | 325 | 143 | 126 | 0 | 66 | 74 | 20 | 6 | 74 | 73 |
| Binary | 11010101 | 1100011 | 1010110 | 0 | 110110 | 111100 | 10000 | 110 | 111100 | 111011 |
Color Harmonies of #D56356
Complementary color
Monochromatic Colors of #D56356
Black with #D56356
Text Example
Text Example
White with #D56356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56356; }
p { color: rgb(213,99,86); }
H1.HeaderClassName
{
color: #D56356;
}
.AnyTagClassName
{
color: #D56356;
}
</style>
background-color css
<style>
a { background-color: #D56356; }
a { background-color: rgb(213,99,86); }
div.DivClassName
{
background-color: #D56356;
}
.BgClassName
{
background-color: #D56356;
}
</style>
border-color css
<style>
span { border-color: #D56356; }
span { border-color: rgb(213,99,86); }
td.TdClassName
{
border-color: #D56356;
}
.TagClassName
{
border-color: #D56356;
}
</style>