Shades of Roman #D96957
Tints of Roman #D96957
RGB
CMYK
RGB Variations
Color information
#D96957 (or 0xD96957) is known color: Roman. HEX triplet: D9, 69 and 57. RGB value is (217,105,87). Sum of RGB (Red+Green+Blue) = 217+105+87=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D96957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96957 is #2696A8. Grayscale: #888888. Windows color (decimal): -2528937 or 5728729. OLE color: 5728729.
HSL color Cylindrical-coordinate representation of color #D96957: hue angle of 8.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96957 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 87 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.15 |
| HSL | 8.31º | 0.63% | 0.6% | - |
| HSV(B) | 8.31º | 0.6% | 0.85% | - |
| XYZ | 35.39 | 25.54 | 12.08 | - |
| YUV | 136.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 87 | 0 | 0.52 | 0.60 | 0.15 | 8.31 | 0.63 | 0.6 |
| Hex | D9 | 69 | 57 | 0 | 34 | 3C | F | 8 | 3F | 3C |
| Octal | 331 | 151 | 127 | 0 | 64 | 74 | 17 | 10 | 77 | 74 |
| Binary | 11011001 | 1101001 | 1010111 | 0 | 110100 | 111100 | 1111 | 1000 | 111111 | 111100 |
Color Harmonies of #D96957
Complementary color
Monochromatic Colors of #D96957
Black with #D96957
Text Example
Text Example
White with #D96957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96957; }
p { color: rgb(217,105,87); }
H1.HeaderClassName
{
color: #D96957;
}
.AnyTagClassName
{
color: #D96957;
}
</style>
background-color css
<style>
a { background-color: #D96957; }
a { background-color: rgb(217,105,87); }
div.DivClassName
{
background-color: #D96957;
}
.BgClassName
{
background-color: #D96957;
}
</style>
border-color css
<style>
span { border-color: #D96957; }
span { border-color: rgb(217,105,87); }
td.TdClassName
{
border-color: #D96957;
}
.TagClassName
{
border-color: #D96957;
}
</style>