Shades of Roman #D56A63
Tints of Roman #D56A63
RGB
CMYK
RGB Variations
Color information
#D56A63 (or 0xD56A63) is known color: Roman. HEX triplet: D5, 6A and 63. RGB value is (213,106,99). Sum of RGB (Red+Green+Blue) = 213+106+99=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A63 is #2A959C. Grayscale: #898989. Windows color (decimal): -2790813 or 6515413. OLE color: 6515413.
HSL color Cylindrical-coordinate representation of color #D56A63: hue angle of 3.68º 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 #D56A63 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 99 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.16 |
| HSL | 3.68º | 0.58% | 0.61% | - |
| HSV(B) | 3.68º | 0.54% | 0.84% | - |
| XYZ | 34.85 | 25.36 | 14.86 | - |
| YUV | 137.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 99 | 0 | 0.50 | 0.54 | 0.16 | 3.68 | 0.58 | 0.61 |
| Hex | D5 | 6A | 63 | 0 | 32 | 36 | 10 | 4 | 3A | 3D |
| Octal | 325 | 152 | 143 | 0 | 62 | 66 | 20 | 4 | 72 | 75 |
| Binary | 11010101 | 1101010 | 1100011 | 0 | 110010 | 110110 | 10000 | 100 | 111010 | 111101 |
Color Harmonies of #D56A63
Complementary color
Monochromatic Colors of #D56A63
Black with #D56A63
Text Example
Text Example
White with #D56A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A63; }
p { color: rgb(213,106,99); }
H1.HeaderClassName
{
color: #D56A63;
}
.AnyTagClassName
{
color: #D56A63;
}
</style>
background-color css
<style>
a { background-color: #D56A63; }
a { background-color: rgb(213,106,99); }
div.DivClassName
{
background-color: #D56A63;
}
.BgClassName
{
background-color: #D56A63;
}
</style>
border-color css
<style>
span { border-color: #D56A63; }
span { border-color: rgb(213,106,99); }
td.TdClassName
{
border-color: #D56A63;
}
.TagClassName
{
border-color: #D56A63;
}
</style>