Shades of Roman #D96C5E
Tints of Roman #D96C5E
RGB
CMYK
RGB Variations
Color information
#D96C5E (or 0xD96C5E) is known color: Roman. HEX triplet: D9, 6C and 5E. RGB value is (217,108,94). Sum of RGB (Red+Green+Blue) = 217+108+94=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C5E is #2693A1. Grayscale: #8B8B8B. Windows color (decimal): -2528162 or 6188249. OLE color: 6188249.
HSL color Cylindrical-coordinate representation of color #D96C5E: hue angle of 6.83º 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 #D96C5E is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 94 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.15 |
| HSL | 6.83º | 0.62% | 0.61% | - |
| HSV(B) | 6.83º | 0.57% | 0.85% | - |
| XYZ | 36 | 26.28 | 13.77 | - |
| YUV | 139 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 94 | 0 | 0.50 | 0.57 | 0.15 | 6.83 | 0.62 | 0.61 |
| Hex | D9 | 6C | 5E | 0 | 32 | 39 | F | 7 | 3E | 3D |
| Octal | 331 | 154 | 136 | 0 | 62 | 71 | 17 | 7 | 76 | 75 |
| Binary | 11011001 | 1101100 | 1011110 | 0 | 110010 | 111001 | 1111 | 111 | 111110 | 111101 |
Color Harmonies of #D96C5E
Complementary color
Monochromatic Colors of #D96C5E
Black with #D96C5E
Text Example
Text Example
White with #D96C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C5E; }
p { color: rgb(217,108,94); }
H1.HeaderClassName
{
color: #D96C5E;
}
.AnyTagClassName
{
color: #D96C5E;
}
</style>
background-color css
<style>
a { background-color: #D96C5E; }
a { background-color: rgb(217,108,94); }
div.DivClassName
{
background-color: #D96C5E;
}
.BgClassName
{
background-color: #D96C5E;
}
</style>
border-color css
<style>
span { border-color: #D96C5E; }
span { border-color: rgb(217,108,94); }
td.TdClassName
{
border-color: #D96C5E;
}
.TagClassName
{
border-color: #D96C5E;
}
</style>