Shades of Roman #D96B66
Tints of Roman #D96B66
RGB
CMYK
RGB Variations
Color information
#D96B66 (or 0xD96B66) is known color: Roman. HEX triplet: D9, 6B and 66. RGB value is (217,107,102). Sum of RGB (Red+Green+Blue) = 217+107+102=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B66 is #269499. Grayscale: #8B8B8B. Windows color (decimal): -2528410 or 6712281. OLE color: 6712281.
HSL color Cylindrical-coordinate representation of color #D96B66: hue angle of 2.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96B66 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 102 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.15 |
| HSL | 2.61º | 0.6% | 0.63% | - |
| HSV(B) | 2.61º | 0.53% | 0.85% | - |
| XYZ | 36.27 | 26.23 | 15.72 | - |
| YUV | 139.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 102 | 0 | 0.51 | 0.53 | 0.15 | 2.61 | 0.6 | 0.63 |
| Hex | D9 | 6B | 66 | 0 | 33 | 35 | F | 3 | 3C | 3F |
| Octal | 331 | 153 | 146 | 0 | 63 | 65 | 17 | 3 | 74 | 77 |
| Binary | 11011001 | 1101011 | 1100110 | 0 | 110011 | 110101 | 1111 | 11 | 111100 | 111111 |
Color Harmonies of #D96B66
Complementary color
Monochromatic Colors of #D96B66
Black with #D96B66
Text Example
Text Example
White with #D96B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B66; }
p { color: rgb(217,107,102); }
H1.HeaderClassName
{
color: #D96B66;
}
.AnyTagClassName
{
color: #D96B66;
}
</style>
background-color css
<style>
a { background-color: #D96B66; }
a { background-color: rgb(217,107,102); }
div.DivClassName
{
background-color: #D96B66;
}
.BgClassName
{
background-color: #D96B66;
}
</style>
border-color css
<style>
span { border-color: #D96B66; }
span { border-color: rgb(217,107,102); }
td.TdClassName
{
border-color: #D96B66;
}
.TagClassName
{
border-color: #D96B66;
}
</style>