Shades of Roman #D66966
Tints of Roman #D66966
RGB
CMYK
RGB Variations
Color information
#D66966 (or 0xD66966) is known color: Roman. HEX triplet: D6, 69 and 66. RGB value is (214,105,102). Sum of RGB (Red+Green+Blue) = 214+105+102=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D66966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66966 is #299699. Grayscale: #898989. Windows color (decimal): -2725530 or 6711766. OLE color: 6711766.
HSL color Cylindrical-coordinate representation of color #D66966: hue angle of 1.61º 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 #D66966 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 102 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.16 |
| HSL | 1.61º | 0.58% | 0.62% | - |
| HSV(B) | 1.61º | 0.52% | 0.84% | - |
| XYZ | 35.18 | 25.36 | 15.61 | - |
| YUV | 137.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 102 | 0 | 0.51 | 0.52 | 0.16 | 1.61 | 0.58 | 0.62 |
| Hex | D6 | 69 | 66 | 0 | 33 | 34 | 10 | 2 | 3A | 3E |
| Octal | 326 | 151 | 146 | 0 | 63 | 64 | 20 | 2 | 72 | 76 |
| Binary | 11010110 | 1101001 | 1100110 | 0 | 110011 | 110100 | 10000 | 10 | 111010 | 111110 |
Color Harmonies of #D66966
Complementary color
Monochromatic Colors of #D66966
Black with #D66966
Text Example
Text Example
White with #D66966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66966; }
p { color: rgb(214,105,102); }
H1.HeaderClassName
{
color: #D66966;
}
.AnyTagClassName
{
color: #D66966;
}
</style>
background-color css
<style>
a { background-color: #D66966; }
a { background-color: rgb(214,105,102); }
div.DivClassName
{
background-color: #D66966;
}
.BgClassName
{
background-color: #D66966;
}
</style>
border-color css
<style>
span { border-color: #D66966; }
span { border-color: rgb(214,105,102); }
td.TdClassName
{
border-color: #D66966;
}
.TagClassName
{
border-color: #D66966;
}
</style>