Shades of Roman #D66560
Tints of Roman #D66560
RGB
CMYK
RGB Variations
Color information
#D66560 (or 0xD66560) is known color: Roman. HEX triplet: D6, 65 and 60. RGB value is (214,101,96). Sum of RGB (Red+Green+Blue) = 214+101+96=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D66560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66560 is #299A9F. Grayscale: #868686. Windows color (decimal): -2726560 or 6317526. OLE color: 6317526.
HSL color Cylindrical-coordinate representation of color #D66560: hue angle of 2.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66560 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 96 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.16 |
| HSL | 2.54º | 0.59% | 0.61% | - |
| HSV(B) | 2.54º | 0.55% | 0.84% | - |
| XYZ | 34.5 | 24.45 | 13.97 | - |
| YUV | 134.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 96 | 0 | 0.53 | 0.55 | 0.16 | 2.54 | 0.59 | 0.61 |
| Hex | D6 | 65 | 60 | 0 | 35 | 37 | 10 | 3 | 3B | 3D |
| Octal | 326 | 145 | 140 | 0 | 65 | 67 | 20 | 3 | 73 | 75 |
| Binary | 11010110 | 1100101 | 1100000 | 0 | 110101 | 110111 | 10000 | 11 | 111011 | 111101 |
Color Harmonies of #D66560
Complementary color
Monochromatic Colors of #D66560
Black with #D66560
Text Example
Text Example
White with #D66560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66560; }
p { color: rgb(214,101,96); }
H1.HeaderClassName
{
color: #D66560;
}
.AnyTagClassName
{
color: #D66560;
}
</style>
background-color css
<style>
a { background-color: #D66560; }
a { background-color: rgb(214,101,96); }
div.DivClassName
{
background-color: #D66560;
}
.BgClassName
{
background-color: #D66560;
}
</style>
border-color css
<style>
span { border-color: #D66560; }
span { border-color: rgb(214,101,96); }
td.TdClassName
{
border-color: #D66560;
}
.TagClassName
{
border-color: #D66560;
}
</style>