Shades of Roman #D96A58
Tints of Roman #D96A58
RGB
CMYK
RGB Variations
Color information
#D96A58 (or 0xD96A58) is known color: Roman. HEX triplet: D9, 6A and 58. RGB value is (217,106,88). Sum of RGB (Red+Green+Blue) = 217+106+88=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A58 is #2695A7. Grayscale: #898989. Windows color (decimal): -2528680 or 5794521. OLE color: 5794521.
HSL color Cylindrical-coordinate representation of color #D96A58: hue angle of 8.37º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D96A58 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 88 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.15 |
| HSL | 8.37º | 0.63% | 0.6% | - |
| HSV(B) | 8.37º | 0.59% | 0.85% | - |
| XYZ | 35.53 | 25.76 | 12.33 | - |
| YUV | 137.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 88 | 0 | 0.51 | 0.59 | 0.15 | 8.37 | 0.63 | 0.6 |
| Hex | D9 | 6A | 58 | 0 | 33 | 3B | F | 8 | 3F | 3C |
| Octal | 331 | 152 | 130 | 0 | 63 | 73 | 17 | 10 | 77 | 74 |
| Binary | 11011001 | 1101010 | 1011000 | 0 | 110011 | 111011 | 1111 | 1000 | 111111 | 111100 |
Color Harmonies of #D96A58
Complementary color
Monochromatic Colors of #D96A58
Black with #D96A58
Text Example
Text Example
White with #D96A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A58; }
p { color: rgb(217,106,88); }
H1.HeaderClassName
{
color: #D96A58;
}
.AnyTagClassName
{
color: #D96A58;
}
</style>
background-color css
<style>
a { background-color: #D96A58; }
a { background-color: rgb(217,106,88); }
div.DivClassName
{
background-color: #D96A58;
}
.BgClassName
{
background-color: #D96A58;
}
</style>
border-color css
<style>
span { border-color: #D96A58; }
span { border-color: rgb(217,106,88); }
td.TdClassName
{
border-color: #D96A58;
}
.TagClassName
{
border-color: #D96A58;
}
</style>