Shades of Roman #D96D62
Tints of Roman #D96D62
RGB
CMYK
RGB Variations
Color information
#D96D62 (or 0xD96D62) is known color: Roman. HEX triplet: D9, 6D and 62. RGB value is (217,109,98). Sum of RGB (Red+Green+Blue) = 217+109+98=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D62 is #26929D. Grayscale: #8C8C8C. Windows color (decimal): -2527902 or 6450649. OLE color: 6450649.
HSL color Cylindrical-coordinate representation of color #D96D62: hue angle of 5.55º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96D62 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 98 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.15 |
| HSL | 5.55º | 0.61% | 0.62% | - |
| HSV(B) | 5.55º | 0.55% | 0.85% | - |
| XYZ | 36.29 | 26.57 | 14.77 | - |
| YUV | 140.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 98 | 0 | 0.50 | 0.55 | 0.15 | 5.55 | 0.61 | 0.62 |
| Hex | D9 | 6D | 62 | 0 | 32 | 37 | F | 6 | 3D | 3E |
| Octal | 331 | 155 | 142 | 0 | 62 | 67 | 17 | 6 | 75 | 76 |
| Binary | 11011001 | 1101101 | 1100010 | 0 | 110010 | 110111 | 1111 | 110 | 111101 | 111110 |
Color Harmonies of #D96D62
Complementary color
Monochromatic Colors of #D96D62
Black with #D96D62
Text Example
Text Example
White with #D96D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D62; }
p { color: rgb(217,109,98); }
H1.HeaderClassName
{
color: #D96D62;
}
.AnyTagClassName
{
color: #D96D62;
}
</style>
background-color css
<style>
a { background-color: #D96D62; }
a { background-color: rgb(217,109,98); }
div.DivClassName
{
background-color: #D96D62;
}
.BgClassName
{
background-color: #D96D62;
}
</style>
border-color css
<style>
span { border-color: #D96D62; }
span { border-color: rgb(217,109,98); }
td.TdClassName
{
border-color: #D96D62;
}
.TagClassName
{
border-color: #D96D62;
}
</style>