Shades of Roman #D16759
Tints of Roman #D16759
RGB
CMYK
RGB Variations
Color information
#D16759 (or 0xD16759) is known color: Roman. HEX triplet: D1, 67 and 59. RGB value is (209,103,89). Sum of RGB (Red+Green+Blue) = 209+103+89=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D16759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16759 is #2E98A6. Grayscale: #858585. Windows color (decimal): -3053735 or 5859281. OLE color: 5859281.
HSL color Cylindrical-coordinate representation of color #D16759: hue angle of 7º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16759 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 103 | 89 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.18 |
| HSL | 7º | 0.57% | 0.58% | - |
| HSV(B) | 7º | 0.57% | 0.82% | - |
| XYZ | 32.95 | 23.98 | 12.34 | - |
| YUV | 133.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 103 | 89 | 0 | 0.51 | 0.57 | 0.18 | 7 | 0.57 | 0.58 |
| Hex | D1 | 67 | 59 | 0 | 33 | 39 | 12 | 7 | 39 | 3A |
| Octal | 321 | 147 | 131 | 0 | 63 | 71 | 22 | 7 | 71 | 72 |
| Binary | 11010001 | 1100111 | 1011001 | 0 | 110011 | 111001 | 10010 | 111 | 111001 | 111010 |
Color Harmonies of #D16759
Complementary color
Monochromatic Colors of #D16759
Black with #D16759
Text Example
Text Example
White with #D16759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16759; }
p { color: rgb(209,103,89); }
H1.HeaderClassName
{
color: #D16759;
}
.AnyTagClassName
{
color: #D16759;
}
</style>
background-color css
<style>
a { background-color: #D16759; }
a { background-color: rgb(209,103,89); }
div.DivClassName
{
background-color: #D16759;
}
.BgClassName
{
background-color: #D16759;
}
</style>
border-color css
<style>
span { border-color: #D16759; }
span { border-color: rgb(209,103,89); }
td.TdClassName
{
border-color: #D16759;
}
.TagClassName
{
border-color: #D16759;
}
</style>