Shades of Roman #D96665
Tints of Roman #D96665
RGB
CMYK
RGB Variations
Color information
#D96665 (or 0xD96665) is known color: Roman. HEX triplet: D9, 66 and 65. RGB value is (217,102,101). Sum of RGB (Red+Green+Blue) = 217+102+101=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D96665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96665 is #26999A. Grayscale: #888888. Windows color (decimal): -2529691 or 6645465. OLE color: 6645465.
HSL color Cylindrical-coordinate representation of color #D96665: hue angle of 0.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96665 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 101 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.15 |
| HSL | 0.52º | 0.6% | 0.62% | - |
| HSV(B) | 0.52º | 0.53% | 0.85% | - |
| XYZ | 35.72 | 25.19 | 15.29 | - |
| YUV | 136.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 101 | 0 | 0.53 | 0.53 | 0.15 | 0.52 | 0.6 | 0.62 |
| Hex | D9 | 66 | 65 | 0 | 35 | 35 | F | 1 | 3C | 3E |
| Octal | 331 | 146 | 145 | 0 | 65 | 65 | 17 | 1 | 74 | 76 |
| Binary | 11011001 | 1100110 | 1100101 | 0 | 110101 | 110101 | 1111 | 1 | 111100 | 111110 |
Color Harmonies of #D96665
Complementary color
Monochromatic Colors of #D96665
Black with #D96665
Text Example
Text Example
White with #D96665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96665; }
p { color: rgb(217,102,101); }
H1.HeaderClassName
{
color: #D96665;
}
.AnyTagClassName
{
color: #D96665;
}
</style>
background-color css
<style>
a { background-color: #D96665; }
a { background-color: rgb(217,102,101); }
div.DivClassName
{
background-color: #D96665;
}
.BgClassName
{
background-color: #D96665;
}
</style>
border-color css
<style>
span { border-color: #D96665; }
span { border-color: rgb(217,102,101); }
td.TdClassName
{
border-color: #D96665;
}
.TagClassName
{
border-color: #D96665;
}
</style>