Shades of Roman #D16964
Tints of Roman #D16964
RGB
CMYK
RGB Variations
Color information
#D16964 (or 0xD16964) is known color: Roman. HEX triplet: D1, 69 and 64. RGB value is (209,105,100). Sum of RGB (Red+Green+Blue) = 209+105+100=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D16964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16964 is #2E969B. Grayscale: #878787. Windows color (decimal): -3053212 or 6580689. OLE color: 6580689.
HSL color Cylindrical-coordinate representation of color #D16964: hue angle of 2.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16964 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 100 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.18 |
| HSL | 2.75º | 0.54% | 0.61% | - |
| HSV(B) | 2.75º | 0.52% | 0.82% | - |
| XYZ | 33.65 | 24.58 | 15.03 | - |
| YUV | 135.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 100 | 0 | 0.50 | 0.52 | 0.18 | 2.75 | 0.54 | 0.61 |
| Hex | D1 | 69 | 64 | 0 | 32 | 34 | 12 | 3 | 36 | 3D |
| Octal | 321 | 151 | 144 | 0 | 62 | 64 | 22 | 3 | 66 | 75 |
| Binary | 11010001 | 1101001 | 1100100 | 0 | 110010 | 110100 | 10010 | 11 | 110110 | 111101 |
Color Harmonies of #D16964
Complementary color
Monochromatic Colors of #D16964
Black with #D16964
Text Example
Text Example
White with #D16964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16964; }
p { color: rgb(209,105,100); }
H1.HeaderClassName
{
color: #D16964;
}
.AnyTagClassName
{
color: #D16964;
}
</style>
background-color css
<style>
a { background-color: #D16964; }
a { background-color: rgb(209,105,100); }
div.DivClassName
{
background-color: #D16964;
}
.BgClassName
{
background-color: #D16964;
}
</style>
border-color css
<style>
span { border-color: #D16964; }
span { border-color: rgb(209,105,100); }
td.TdClassName
{
border-color: #D16964;
}
.TagClassName
{
border-color: #D16964;
}
</style>