Shades of Roman #D96B5E
Tints of Roman #D96B5E
RGB
CMYK
RGB Variations
Color information
#D96B5E (or 0xD96B5E) is known color: Roman. HEX triplet: D9, 6B and 5E. RGB value is (217,107,94). Sum of RGB (Red+Green+Blue) = 217+107+94=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B5E is #2694A1. Grayscale: #8A8A8A. Windows color (decimal): -2528418 or 6187993. OLE color: 6187993.
HSL color Cylindrical-coordinate representation of color #D96B5E: hue angle of 6.34º 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 #D96B5E is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 94 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.15 |
| HSL | 6.34º | 0.62% | 0.61% | - |
| HSV(B) | 6.34º | 0.57% | 0.85% | - |
| XYZ | 35.89 | 26.08 | 13.73 | - |
| YUV | 138.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 94 | 0 | 0.51 | 0.57 | 0.15 | 6.34 | 0.62 | 0.61 |
| Hex | D9 | 6B | 5E | 0 | 33 | 39 | F | 6 | 3E | 3D |
| Octal | 331 | 153 | 136 | 0 | 63 | 71 | 17 | 6 | 76 | 75 |
| Binary | 11011001 | 1101011 | 1011110 | 0 | 110011 | 111001 | 1111 | 110 | 111110 | 111101 |
Color Harmonies of #D96B5E
Complementary color
Monochromatic Colors of #D96B5E
Black with #D96B5E
Text Example
Text Example
White with #D96B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B5E; }
p { color: rgb(217,107,94); }
H1.HeaderClassName
{
color: #D96B5E;
}
.AnyTagClassName
{
color: #D96B5E;
}
</style>
background-color css
<style>
a { background-color: #D96B5E; }
a { background-color: rgb(217,107,94); }
div.DivClassName
{
background-color: #D96B5E;
}
.BgClassName
{
background-color: #D96B5E;
}
</style>
border-color css
<style>
span { border-color: #D96B5E; }
span { border-color: rgb(217,107,94); }
td.TdClassName
{
border-color: #D96B5E;
}
.TagClassName
{
border-color: #D96B5E;
}
</style>