Shades of Roman #D16963
Tints of Roman #D16963
RGB
CMYK
RGB Variations
Color information
#D16963 (or 0xD16963) is known color: Roman. HEX triplet: D1, 69 and 63. RGB value is (209,105,99). Sum of RGB (Red+Green+Blue) = 209+105+99=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16963 is #2E969C. Grayscale: #878787. Windows color (decimal): -3053213 or 6515153. OLE color: 6515153.
HSL color Cylindrical-coordinate representation of color #D16963: hue angle of 3.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16963 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 99 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.18 |
| HSL | 3.27º | 0.54% | 0.6% | - |
| HSV(B) | 3.27º | 0.53% | 0.82% | - |
| XYZ | 33.6 | 24.56 | 14.77 | - |
| YUV | 135.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 99 | 0 | 0.50 | 0.53 | 0.18 | 3.27 | 0.54 | 0.6 |
| Hex | D1 | 69 | 63 | 0 | 32 | 35 | 12 | 3 | 36 | 3C |
| Octal | 321 | 151 | 143 | 0 | 62 | 65 | 22 | 3 | 66 | 74 |
| Binary | 11010001 | 1101001 | 1100011 | 0 | 110010 | 110101 | 10010 | 11 | 110110 | 111100 |
Color Harmonies of #D16963
Complementary color
Monochromatic Colors of #D16963
Black with #D16963
Text Example
Text Example
White with #D16963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16963; }
p { color: rgb(209,105,99); }
H1.HeaderClassName
{
color: #D16963;
}
.AnyTagClassName
{
color: #D16963;
}
</style>
background-color css
<style>
a { background-color: #D16963; }
a { background-color: rgb(209,105,99); }
div.DivClassName
{
background-color: #D16963;
}
.BgClassName
{
background-color: #D16963;
}
</style>
border-color css
<style>
span { border-color: #D16963; }
span { border-color: rgb(209,105,99); }
td.TdClassName
{
border-color: #D16963;
}
.TagClassName
{
border-color: #D16963;
}
</style>