Shades of Roman #D96A5E
Tints of Roman #D96A5E
RGB
CMYK
RGB Variations
Color information
#D96A5E (or 0xD96A5E) is known color: Roman. HEX triplet: D9, 6A and 5E. RGB value is (217,106,94). Sum of RGB (Red+Green+Blue) = 217+106+94=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A5E is #2695A1. Grayscale: #898989. Windows color (decimal): -2528674 or 6187737. OLE color: 6187737.
HSL color Cylindrical-coordinate representation of color #D96A5E: hue angle of 5.85º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D96A5E is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 94 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.15 |
| HSL | 5.85º | 0.62% | 0.61% | - |
| HSV(B) | 5.85º | 0.57% | 0.85% | - |
| XYZ | 35.79 | 25.87 | 13.7 | - |
| YUV | 137.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 94 | 0 | 0.51 | 0.57 | 0.15 | 5.85 | 0.62 | 0.61 |
| Hex | D9 | 6A | 5E | 0 | 33 | 39 | F | 6 | 3E | 3D |
| Octal | 331 | 152 | 136 | 0 | 63 | 71 | 17 | 6 | 76 | 75 |
| Binary | 11011001 | 1101010 | 1011110 | 0 | 110011 | 111001 | 1111 | 110 | 111110 | 111101 |
Color Harmonies of #D96A5E
Complementary color
Monochromatic Colors of #D96A5E
Black with #D96A5E
Text Example
Text Example
White with #D96A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A5E; }
p { color: rgb(217,106,94); }
H1.HeaderClassName
{
color: #D96A5E;
}
.AnyTagClassName
{
color: #D96A5E;
}
</style>
background-color css
<style>
a { background-color: #D96A5E; }
a { background-color: rgb(217,106,94); }
div.DivClassName
{
background-color: #D96A5E;
}
.BgClassName
{
background-color: #D96A5E;
}
</style>
border-color css
<style>
span { border-color: #D96A5E; }
span { border-color: rgb(217,106,94); }
td.TdClassName
{
border-color: #D96A5E;
}
.TagClassName
{
border-color: #D96A5E;
}
</style>