Shades of Roman #D56963
Tints of Roman #D56963
RGB
CMYK
RGB Variations
Color information
#D56963 (or 0xD56963) is known color: Roman. HEX triplet: D5, 69 and 63. RGB value is (213,105,99). Sum of RGB (Red+Green+Blue) = 213+105+99=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D56963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56963 is #2A969C. Grayscale: #888888. Windows color (decimal): -2791069 or 6515157. OLE color: 6515157.
HSL color Cylindrical-coordinate representation of color #D56963: hue angle of 3.16º 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 #D56963 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 99 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.16 |
| HSL | 3.16º | 0.58% | 0.61% | - |
| HSV(B) | 3.16º | 0.54% | 0.84% | - |
| XYZ | 34.74 | 25.15 | 14.83 | - |
| YUV | 136.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 99 | 0 | 0.51 | 0.54 | 0.16 | 3.16 | 0.58 | 0.61 |
| Hex | D5 | 69 | 63 | 0 | 33 | 36 | 10 | 3 | 3A | 3D |
| Octal | 325 | 151 | 143 | 0 | 63 | 66 | 20 | 3 | 72 | 75 |
| Binary | 11010101 | 1101001 | 1100011 | 0 | 110011 | 110110 | 10000 | 11 | 111010 | 111101 |
Color Harmonies of #D56963
Complementary color
Monochromatic Colors of #D56963
Black with #D56963
Text Example
Text Example
White with #D56963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56963; }
p { color: rgb(213,105,99); }
H1.HeaderClassName
{
color: #D56963;
}
.AnyTagClassName
{
color: #D56963;
}
</style>
background-color css
<style>
a { background-color: #D56963; }
a { background-color: rgb(213,105,99); }
div.DivClassName
{
background-color: #D56963;
}
.BgClassName
{
background-color: #D56963;
}
</style>
border-color css
<style>
span { border-color: #D56963; }
span { border-color: rgb(213,105,99); }
td.TdClassName
{
border-color: #D56963;
}
.TagClassName
{
border-color: #D56963;
}
</style>