Shades of Roman #D96D6B
Tints of Roman #D96D6B
RGB
CMYK
RGB Variations
Color information
#D96D6B (or 0xD96D6B) is known color: Roman. HEX triplet: D9, 6D and 6B. RGB value is (217,109,107). Sum of RGB (Red+Green+Blue) = 217+109+107=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D6B is #269294. Grayscale: #8D8D8D. Windows color (decimal): -2527893 or 7040473. OLE color: 7040473.
HSL color Cylindrical-coordinate representation of color #D96D6B: hue angle of 1.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96D6B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 107 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.15 |
| HSL | 1.09º | 0.59% | 0.64% | - |
| HSV(B) | 1.09º | 0.51% | 0.85% | - |
| XYZ | 36.74 | 26.75 | 17.14 | - |
| YUV | 141.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 107 | 0 | 0.50 | 0.51 | 0.15 | 1.09 | 0.59 | 0.64 |
| Hex | D9 | 6D | 6B | 0 | 32 | 33 | F | 1 | 3B | 40 |
| Octal | 331 | 155 | 153 | 0 | 62 | 63 | 17 | 1 | 73 | 100 |
| Binary | 11011001 | 1101101 | 1101011 | 0 | 110010 | 110011 | 1111 | 1 | 111011 | 1000000 |
Color Harmonies of #D96D6B
Complementary color
Monochromatic Colors of #D96D6B
Black with #D96D6B
Text Example
Text Example
White with #D96D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D6B; }
p { color: rgb(217,109,107); }
H1.HeaderClassName
{
color: #D96D6B;
}
.AnyTagClassName
{
color: #D96D6B;
}
</style>
background-color css
<style>
a { background-color: #D96D6B; }
a { background-color: rgb(217,109,107); }
div.DivClassName
{
background-color: #D96D6B;
}
.BgClassName
{
background-color: #D96D6B;
}
</style>
border-color css
<style>
span { border-color: #D96D6B; }
span { border-color: rgb(217,109,107); }
td.TdClassName
{
border-color: #D96D6B;
}
.TagClassName
{
border-color: #D96D6B;
}
</style>