Shades of Roman #D56653
Tints of Roman #D56653
RGB
CMYK
RGB Variations
Color information
#D56653 (or 0xD56653) is known color: Roman. HEX triplet: D5, 66 and 53. RGB value is (213,102,83). Sum of RGB (Red+Green+Blue) = 213+102+83=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56653 is #2A99AC. Grayscale: #858585. Windows color (decimal): -2791853 or 5465813. OLE color: 5465813.
HSL color Cylindrical-coordinate representation of color #D56653: hue angle of 8.77º 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 #D56653 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 83 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.16 |
| HSL | 8.77º | 0.61% | 0.58% | - |
| HSV(B) | 8.77º | 0.61% | 0.84% | - |
| XYZ | 33.75 | 24.27 | 11.09 | - |
| YUV | 133.02 | 99.77 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 83 | 0 | 0.52 | 0.61 | 0.16 | 8.77 | 0.61 | 0.58 |
| Hex | D5 | 66 | 53 | 0 | 34 | 3D | 10 | 9 | 3D | 3A |
| Octal | 325 | 146 | 123 | 0 | 64 | 75 | 20 | 11 | 75 | 72 |
| Binary | 11010101 | 1100110 | 1010011 | 0 | 110100 | 111101 | 10000 | 1001 | 111101 | 111010 |
Color Harmonies of #D56653
Complementary color
Monochromatic Colors of #D56653
Black with #D56653
Text Example
Text Example
White with #D56653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56653; }
p { color: rgb(213,102,83); }
H1.HeaderClassName
{
color: #D56653;
}
.AnyTagClassName
{
color: #D56653;
}
</style>
background-color css
<style>
a { background-color: #D56653; }
a { background-color: rgb(213,102,83); }
div.DivClassName
{
background-color: #D56653;
}
.BgClassName
{
background-color: #D56653;
}
</style>
border-color css
<style>
span { border-color: #D56653; }
span { border-color: rgb(213,102,83); }
td.TdClassName
{
border-color: #D56653;
}
.TagClassName
{
border-color: #D56653;
}
</style>