Shades of Roman #D16966
Tints of Roman #D16966
RGB
CMYK
RGB Variations
Color information
#D16966 (or 0xD16966) is known color: Roman. HEX triplet: D1, 69 and 66. RGB value is (209,105,102). Sum of RGB (Red+Green+Blue) = 209+105+102=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D16966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16966 is #2E9699. Grayscale: #878787. Windows color (decimal): -3053210 or 6711761. OLE color: 6711761.
HSL color Cylindrical-coordinate representation of color #D16966: hue angle of 1.68º 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 #D16966 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 102 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.18 |
| HSL | 1.68º | 0.54% | 0.61% | - |
| HSV(B) | 1.68º | 0.51% | 0.82% | - |
| XYZ | 33.74 | 24.62 | 15.54 | - |
| YUV | 135.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 102 | 0 | 0.50 | 0.51 | 0.18 | 1.68 | 0.54 | 0.61 |
| Hex | D1 | 69 | 66 | 0 | 32 | 33 | 12 | 2 | 36 | 3D |
| Octal | 321 | 151 | 146 | 0 | 62 | 63 | 22 | 2 | 66 | 75 |
| Binary | 11010001 | 1101001 | 1100110 | 0 | 110010 | 110011 | 10010 | 10 | 110110 | 111101 |
Color Harmonies of #D16966
Complementary color
Monochromatic Colors of #D16966
Black with #D16966
Text Example
Text Example
White with #D16966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16966; }
p { color: rgb(209,105,102); }
H1.HeaderClassName
{
color: #D16966;
}
.AnyTagClassName
{
color: #D16966;
}
</style>
background-color css
<style>
a { background-color: #D16966; }
a { background-color: rgb(209,105,102); }
div.DivClassName
{
background-color: #D16966;
}
.BgClassName
{
background-color: #D16966;
}
</style>
border-color css
<style>
span { border-color: #D16966; }
span { border-color: rgb(209,105,102); }
td.TdClassName
{
border-color: #D16966;
}
.TagClassName
{
border-color: #D16966;
}
</style>