Shades of Roman #D96763
Tints of Roman #D96763
RGB
CMYK
RGB Variations
Color information
#D96763 (or 0xD96763) is known color: Roman. HEX triplet: D9, 67 and 63. RGB value is (217,103,99). Sum of RGB (Red+Green+Blue) = 217+103+99=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D96763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96763 is #26989C. Grayscale: #888888. Windows color (decimal): -2529437 or 6514649. OLE color: 6514649.
HSL color Cylindrical-coordinate representation of color #D96763: hue angle of 2.03º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96763 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 99 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.15 |
| HSL | 2.03º | 0.61% | 0.62% | - |
| HSV(B) | 2.03º | 0.54% | 0.85% | - |
| XYZ | 35.72 | 25.35 | 14.82 | - |
| YUV | 136.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 99 | 0 | 0.53 | 0.54 | 0.15 | 2.03 | 0.61 | 0.62 |
| Hex | D9 | 67 | 63 | 0 | 35 | 36 | F | 2 | 3D | 3E |
| Octal | 331 | 147 | 143 | 0 | 65 | 66 | 17 | 2 | 75 | 76 |
| Binary | 11011001 | 1100111 | 1100011 | 0 | 110101 | 110110 | 1111 | 10 | 111101 | 111110 |
Color Harmonies of #D96763
Complementary color
Monochromatic Colors of #D96763
Black with #D96763
Text Example
Text Example
White with #D96763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96763; }
p { color: rgb(217,103,99); }
H1.HeaderClassName
{
color: #D96763;
}
.AnyTagClassName
{
color: #D96763;
}
</style>
background-color css
<style>
a { background-color: #D96763; }
a { background-color: rgb(217,103,99); }
div.DivClassName
{
background-color: #D96763;
}
.BgClassName
{
background-color: #D96763;
}
</style>
border-color css
<style>
span { border-color: #D96763; }
span { border-color: rgb(217,103,99); }
td.TdClassName
{
border-color: #D96763;
}
.TagClassName
{
border-color: #D96763;
}
</style>