Shades of Roman #D16B66
Tints of Roman #D16B66
RGB
CMYK
RGB Variations
Color information
#D16B66 (or 0xD16B66) is known color: Roman. HEX triplet: D1, 6B and 66. RGB value is (209,107,102). Sum of RGB (Red+Green+Blue) = 209+107+102=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16B66 is #2E9499. Grayscale: #898989. Windows color (decimal): -3052698 or 6712273. OLE color: 6712273.
HSL color Cylindrical-coordinate representation of color #D16B66: hue angle of 2.8º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16B66 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 102 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.18 |
| HSL | 2.8º | 0.54% | 0.61% | - |
| HSV(B) | 2.8º | 0.51% | 0.82% | - |
| XYZ | 33.95 | 25.03 | 15.61 | - |
| YUV | 136.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 102 | 0 | 0.49 | 0.51 | 0.18 | 2.8 | 0.54 | 0.61 |
| Hex | D1 | 6B | 66 | 0 | 31 | 33 | 12 | 3 | 36 | 3D |
| Octal | 321 | 153 | 146 | 0 | 61 | 63 | 22 | 3 | 66 | 75 |
| Binary | 11010001 | 1101011 | 1100110 | 0 | 110001 | 110011 | 10010 | 11 | 110110 | 111101 |
Color Harmonies of #D16B66
Complementary color
Monochromatic Colors of #D16B66
Black with #D16B66
Text Example
Text Example
White with #D16B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B66; }
p { color: rgb(209,107,102); }
H1.HeaderClassName
{
color: #D16B66;
}
.AnyTagClassName
{
color: #D16B66;
}
</style>
background-color css
<style>
a { background-color: #D16B66; }
a { background-color: rgb(209,107,102); }
div.DivClassName
{
background-color: #D16B66;
}
.BgClassName
{
background-color: #D16B66;
}
</style>
border-color css
<style>
span { border-color: #D16B66; }
span { border-color: rgb(209,107,102); }
td.TdClassName
{
border-color: #D16B66;
}
.TagClassName
{
border-color: #D16B66;
}
</style>