Shades of Roman #D16A5C
Tints of Roman #D16A5C
RGB
CMYK
RGB Variations
Color information
#D16A5C (or 0xD16A5C) is known color: Roman. HEX triplet: D1, 6A and 5C. RGB value is (209,106,92). Sum of RGB (Red+Green+Blue) = 209+106+92=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A5C is #2E95A3. Grayscale: #878787. Windows color (decimal): -3052964 or 6056657. OLE color: 6056657.
HSL color Cylindrical-coordinate representation of color #D16A5C: hue angle of 7.18º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16A5C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 92 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.18 |
| HSL | 7.18º | 0.56% | 0.59% | - |
| HSV(B) | 7.18º | 0.56% | 0.82% | - |
| XYZ | 33.38 | 24.64 | 13.12 | - |
| YUV | 135.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 92 | 0 | 0.49 | 0.56 | 0.18 | 7.18 | 0.56 | 0.59 |
| Hex | D1 | 6A | 5C | 0 | 31 | 38 | 12 | 7 | 38 | 3B |
| Octal | 321 | 152 | 134 | 0 | 61 | 70 | 22 | 7 | 70 | 73 |
| Binary | 11010001 | 1101010 | 1011100 | 0 | 110001 | 111000 | 10010 | 111 | 111000 | 111011 |
Color Harmonies of #D16A5C
Complementary color
Monochromatic Colors of #D16A5C
Black with #D16A5C
Text Example
Text Example
White with #D16A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A5C; }
p { color: rgb(209,106,92); }
H1.HeaderClassName
{
color: #D16A5C;
}
.AnyTagClassName
{
color: #D16A5C;
}
</style>
background-color css
<style>
a { background-color: #D16A5C; }
a { background-color: rgb(209,106,92); }
div.DivClassName
{
background-color: #D16A5C;
}
.BgClassName
{
background-color: #D16A5C;
}
</style>
border-color css
<style>
span { border-color: #D16A5C; }
span { border-color: rgb(209,106,92); }
td.TdClassName
{
border-color: #D16A5C;
}
.TagClassName
{
border-color: #D16A5C;
}
</style>