Shades of Roman #D56B66
Tints of Roman #D56B66
RGB
CMYK
RGB Variations
Color information
#D56B66 (or 0xD56B66) is known color: Roman. HEX triplet: D5, 6B and 66. RGB value is (213,107,102). Sum of RGB (Red+Green+Blue) = 213+107+102=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B66 is #2A9499. Grayscale: #8A8A8A. Windows color (decimal): -2790554 or 6712277. OLE color: 6712277.
HSL color Cylindrical-coordinate representation of color #D56B66: hue angle of 2.7º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56B66 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 102 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.16 |
| HSL | 2.7º | 0.57% | 0.62% | - |
| HSV(B) | 2.7º | 0.52% | 0.84% | - |
| XYZ | 35.1 | 25.62 | 15.67 | - |
| YUV | 138.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 102 | 0 | 0.50 | 0.52 | 0.16 | 2.7 | 0.57 | 0.62 |
| Hex | D5 | 6B | 66 | 0 | 32 | 34 | 10 | 3 | 39 | 3E |
| Octal | 325 | 153 | 146 | 0 | 62 | 64 | 20 | 3 | 71 | 76 |
| Binary | 11010101 | 1101011 | 1100110 | 0 | 110010 | 110100 | 10000 | 11 | 111001 | 111110 |
Color Harmonies of #D56B66
Complementary color
Monochromatic Colors of #D56B66
Black with #D56B66
Text Example
Text Example
White with #D56B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B66; }
p { color: rgb(213,107,102); }
H1.HeaderClassName
{
color: #D56B66;
}
.AnyTagClassName
{
color: #D56B66;
}
</style>
background-color css
<style>
a { background-color: #D56B66; }
a { background-color: rgb(213,107,102); }
div.DivClassName
{
background-color: #D56B66;
}
.BgClassName
{
background-color: #D56B66;
}
</style>
border-color css
<style>
span { border-color: #D56B66; }
span { border-color: rgb(213,107,102); }
td.TdClassName
{
border-color: #D56B66;
}
.TagClassName
{
border-color: #D56B66;
}
</style>