Shades of Roman #D66866
Tints of Roman #D66866
RGB
CMYK
RGB Variations
Color information
#D66866 (or 0xD66866) is known color: Roman. HEX triplet: D6, 68 and 66. RGB value is (214,104,102). Sum of RGB (Red+Green+Blue) = 214+104+102=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D66866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66866 is #299799. Grayscale: #888888. Windows color (decimal): -2725786 or 6711510. OLE color: 6711510.
HSL color Cylindrical-coordinate representation of color #D66866: hue angle of 1.07º degrees, saturation: 0.58, 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 #D66866 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 102 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.16 |
| HSL | 1.07º | 0.58% | 0.62% | - |
| HSV(B) | 1.07º | 0.52% | 0.84% | - |
| XYZ | 35.08 | 25.16 | 15.58 | - |
| YUV | 136.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 102 | 0 | 0.51 | 0.52 | 0.16 | 1.07 | 0.58 | 0.62 |
| Hex | D6 | 68 | 66 | 0 | 33 | 34 | 10 | 1 | 3A | 3E |
| Octal | 326 | 150 | 146 | 0 | 63 | 64 | 20 | 1 | 72 | 76 |
| Binary | 11010110 | 1101000 | 1100110 | 0 | 110011 | 110100 | 10000 | 1 | 111010 | 111110 |
Color Harmonies of #D66866
Complementary color
Monochromatic Colors of #D66866
Black with #D66866
Text Example
Text Example
White with #D66866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66866; }
p { color: rgb(214,104,102); }
H1.HeaderClassName
{
color: #D66866;
}
.AnyTagClassName
{
color: #D66866;
}
</style>
background-color css
<style>
a { background-color: #D66866; }
a { background-color: rgb(214,104,102); }
div.DivClassName
{
background-color: #D66866;
}
.BgClassName
{
background-color: #D66866;
}
</style>
border-color css
<style>
span { border-color: #D66866; }
span { border-color: rgb(214,104,102); }
td.TdClassName
{
border-color: #D66866;
}
.TagClassName
{
border-color: #D66866;
}
</style>