Shades of Roman #D16A64
Tints of Roman #D16A64
RGB
CMYK
RGB Variations
Color information
#D16A64 (or 0xD16A64) is known color: Roman. HEX triplet: D1, 6A and 64. RGB value is (209,106,100). Sum of RGB (Red+Green+Blue) = 209+106+100=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A64 is #2E959B. Grayscale: #888888. Windows color (decimal): -3052956 or 6580945. OLE color: 6580945.
HSL color Cylindrical-coordinate representation of color #D16A64: hue angle of 3.3º 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 #D16A64 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 100 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.18 |
| HSL | 3.3º | 0.54% | 0.61% | - |
| HSV(B) | 3.3º | 0.52% | 0.82% | - |
| XYZ | 33.75 | 24.78 | 15.06 | - |
| YUV | 136.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 100 | 0 | 0.49 | 0.52 | 0.18 | 3.3 | 0.54 | 0.61 |
| Hex | D1 | 6A | 64 | 0 | 31 | 34 | 12 | 3 | 36 | 3D |
| Octal | 321 | 152 | 144 | 0 | 61 | 64 | 22 | 3 | 66 | 75 |
| Binary | 11010001 | 1101010 | 1100100 | 0 | 110001 | 110100 | 10010 | 11 | 110110 | 111101 |
Color Harmonies of #D16A64
Complementary color
Monochromatic Colors of #D16A64
Black with #D16A64
Text Example
Text Example
White with #D16A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A64; }
p { color: rgb(209,106,100); }
H1.HeaderClassName
{
color: #D16A64;
}
.AnyTagClassName
{
color: #D16A64;
}
</style>
background-color css
<style>
a { background-color: #D16A64; }
a { background-color: rgb(209,106,100); }
div.DivClassName
{
background-color: #D16A64;
}
.BgClassName
{
background-color: #D16A64;
}
</style>
border-color css
<style>
span { border-color: #D16A64; }
span { border-color: rgb(209,106,100); }
td.TdClassName
{
border-color: #D16A64;
}
.TagClassName
{
border-color: #D16A64;
}
</style>