Shades of Roman #D56962
Tints of Roman #D56962
RGB
CMYK
RGB Variations
Color information
#D56962 (or 0xD56962) is known color: Roman. HEX triplet: D5, 69 and 62. RGB value is (213,105,98). Sum of RGB (Red+Green+Blue) = 213+105+98=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D56962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56962 is #2A969D. Grayscale: #888888. Windows color (decimal): -2791070 or 6449621. OLE color: 6449621.
HSL color Cylindrical-coordinate representation of color #D56962: hue angle of 3.65º 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 #D56962 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 98 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.16 |
| HSL | 3.65º | 0.58% | 0.61% | - |
| HSV(B) | 3.65º | 0.54% | 0.84% | - |
| XYZ | 34.7 | 25.13 | 14.58 | - |
| YUV | 136.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 98 | 0 | 0.51 | 0.54 | 0.16 | 3.65 | 0.58 | 0.61 |
| Hex | D5 | 69 | 62 | 0 | 33 | 36 | 10 | 4 | 3A | 3D |
| Octal | 325 | 151 | 142 | 0 | 63 | 66 | 20 | 4 | 72 | 75 |
| Binary | 11010101 | 1101001 | 1100010 | 0 | 110011 | 110110 | 10000 | 100 | 111010 | 111101 |
Color Harmonies of #D56962
Complementary color
Monochromatic Colors of #D56962
Black with #D56962
Text Example
Text Example
White with #D56962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56962; }
p { color: rgb(213,105,98); }
H1.HeaderClassName
{
color: #D56962;
}
.AnyTagClassName
{
color: #D56962;
}
</style>
background-color css
<style>
a { background-color: #D56962; }
a { background-color: rgb(213,105,98); }
div.DivClassName
{
background-color: #D56962;
}
.BgClassName
{
background-color: #D56962;
}
</style>
border-color css
<style>
span { border-color: #D56962; }
span { border-color: rgb(213,105,98); }
td.TdClassName
{
border-color: #D56962;
}
.TagClassName
{
border-color: #D56962;
}
</style>