Shades of Roman #D96757
Tints of Roman #D96757
RGB
CMYK
RGB Variations
Color information
#D96757 (or 0xD96757) is known color: Roman. HEX triplet: D9, 67 and 57. RGB value is (217,103,87). Sum of RGB (Red+Green+Blue) = 217+103+87=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D96757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96757 is #2698A8. Grayscale: #878787. Windows color (decimal): -2529449 or 5728217. OLE color: 5728217.
HSL color Cylindrical-coordinate representation of color #D96757: hue angle of 7.38º 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 #D96757 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 87 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.15 |
| HSL | 7.38º | 0.63% | 0.6% | - |
| HSV(B) | 7.38º | 0.6% | 0.85% | - |
| XYZ | 35.19 | 25.14 | 12.01 | - |
| YUV | 135.26 | 100.77 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 87 | 0 | 0.53 | 0.60 | 0.15 | 7.38 | 0.63 | 0.6 |
| Hex | D9 | 67 | 57 | 0 | 35 | 3C | F | 7 | 3F | 3C |
| Octal | 331 | 147 | 127 | 0 | 65 | 74 | 17 | 7 | 77 | 74 |
| Binary | 11011001 | 1100111 | 1010111 | 0 | 110101 | 111100 | 1111 | 111 | 111111 | 111100 |
Color Harmonies of #D96757
Complementary color
Monochromatic Colors of #D96757
Black with #D96757
Text Example
Text Example
White with #D96757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96757; }
p { color: rgb(217,103,87); }
H1.HeaderClassName
{
color: #D96757;
}
.AnyTagClassName
{
color: #D96757;
}
</style>
background-color css
<style>
a { background-color: #D96757; }
a { background-color: rgb(217,103,87); }
div.DivClassName
{
background-color: #D96757;
}
.BgClassName
{
background-color: #D96757;
}
</style>
border-color css
<style>
span { border-color: #D96757; }
span { border-color: rgb(217,103,87); }
td.TdClassName
{
border-color: #D96757;
}
.TagClassName
{
border-color: #D96757;
}
</style>