Shades of Roman #D56554
Tints of Roman #D56554
RGB
CMYK
RGB Variations
Color information
#D56554 (or 0xD56554) is known color: Roman. HEX triplet: D5, 65 and 54. RGB value is (213,101,84). Sum of RGB (Red+Green+Blue) = 213+101+84=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56554 is #2A9AAB. Grayscale: #848484. Windows color (decimal): -2792108 or 5531093. OLE color: 5531093.
HSL color Cylindrical-coordinate representation of color #D56554: hue angle of 7.91º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D56554 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 84 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.16 |
| HSL | 7.91º | 0.61% | 0.58% | - |
| HSV(B) | 7.91º | 0.61% | 0.84% | - |
| XYZ | 33.69 | 24.09 | 11.26 | - |
| YUV | 132.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 84 | 0 | 0.53 | 0.61 | 0.16 | 7.91 | 0.61 | 0.58 |
| Hex | D5 | 65 | 54 | 0 | 35 | 3D | 10 | 8 | 3D | 3A |
| Octal | 325 | 145 | 124 | 0 | 65 | 75 | 20 | 10 | 75 | 72 |
| Binary | 11010101 | 1100101 | 1010100 | 0 | 110101 | 111101 | 10000 | 1000 | 111101 | 111010 |
Color Harmonies of #D56554
Complementary color
Monochromatic Colors of #D56554
Black with #D56554
Text Example
Text Example
White with #D56554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56554; }
p { color: rgb(213,101,84); }
H1.HeaderClassName
{
color: #D56554;
}
.AnyTagClassName
{
color: #D56554;
}
</style>
background-color css
<style>
a { background-color: #D56554; }
a { background-color: rgb(213,101,84); }
div.DivClassName
{
background-color: #D56554;
}
.BgClassName
{
background-color: #D56554;
}
</style>
border-color css
<style>
span { border-color: #D56554; }
span { border-color: rgb(213,101,84); }
td.TdClassName
{
border-color: #D56554;
}
.TagClassName
{
border-color: #D56554;
}
</style>