Shades of Roman #D56C62
Tints of Roman #D56C62
RGB
CMYK
RGB Variations
Color information
#D56C62 (or 0xD56C62) is known color: Roman. HEX triplet: D5, 6C and 62. RGB value is (213,108,98). Sum of RGB (Red+Green+Blue) = 213+108+98=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C62 is #2A939D. Grayscale: #8A8A8A. Windows color (decimal): -2790302 or 6450389. OLE color: 6450389.
HSL color Cylindrical-coordinate representation of color #D56C62: hue angle of 5.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56C62 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 98 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.16 |
| HSL | 5.22º | 0.58% | 0.61% | - |
| HSV(B) | 5.22º | 0.54% | 0.84% | - |
| XYZ | 35.01 | 25.75 | 14.68 | - |
| YUV | 138.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 98 | 0 | 0.49 | 0.54 | 0.16 | 5.22 | 0.58 | 0.61 |
| Hex | D5 | 6C | 62 | 0 | 31 | 36 | 10 | 5 | 3A | 3D |
| Octal | 325 | 154 | 142 | 0 | 61 | 66 | 20 | 5 | 72 | 75 |
| Binary | 11010101 | 1101100 | 1100010 | 0 | 110001 | 110110 | 10000 | 101 | 111010 | 111101 |
Color Harmonies of #D56C62
Complementary color
Monochromatic Colors of #D56C62
Black with #D56C62
Text Example
Text Example
White with #D56C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C62; }
p { color: rgb(213,108,98); }
H1.HeaderClassName
{
color: #D56C62;
}
.AnyTagClassName
{
color: #D56C62;
}
</style>
background-color css
<style>
a { background-color: #D56C62; }
a { background-color: rgb(213,108,98); }
div.DivClassName
{
background-color: #D56C62;
}
.BgClassName
{
background-color: #D56C62;
}
</style>
border-color css
<style>
span { border-color: #D56C62; }
span { border-color: rgb(213,108,98); }
td.TdClassName
{
border-color: #D56C62;
}
.TagClassName
{
border-color: #D56C62;
}
</style>