Shades of Roman #D96B6B
Tints of Roman #D96B6B
RGB
CMYK
RGB Variations
Color information
#D96B6B (or 0xD96B6B) is known color: Roman. HEX triplet: D9, 6B and 6B. RGB value is (217,107,107). Sum of RGB (Red+Green+Blue) = 217+107+107=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B6B is #269494. Grayscale: #8C8C8C. Windows color (decimal): -2528405 or 7039961. OLE color: 7039961.
HSL color Cylindrical-coordinate representation of color #D96B6B: hue angle of 0º 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 #D96B6B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 107 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.15 |
| HSL | 0º | 0.59% | 0.64% | - |
| HSV(B) | 0º | 0.51% | 0.85% | - |
| XYZ | 36.53 | 26.33 | 17.07 | - |
| YUV | 139.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 107 | 0 | 0.51 | 0.51 | 0.15 | 0 | 0.59 | 0.64 |
| Hex | D9 | 6B | 6B | 0 | 33 | 33 | F | 0 | 3B | 40 |
| Octal | 331 | 153 | 153 | 0 | 63 | 63 | 17 | 0 | 73 | 100 |
| Binary | 11011001 | 1101011 | 1101011 | 0 | 110011 | 110011 | 1111 | 0 | 111011 | 1000000 |
Color Harmonies of #D96B6B
Complementary color
Monochromatic Colors of #D96B6B
Black with #D96B6B
Text Example
Text Example
White with #D96B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B6B; }
p { color: rgb(217,107,107); }
H1.HeaderClassName
{
color: #D96B6B;
}
.AnyTagClassName
{
color: #D96B6B;
}
</style>
background-color css
<style>
a { background-color: #D96B6B; }
a { background-color: rgb(217,107,107); }
div.DivClassName
{
background-color: #D96B6B;
}
.BgClassName
{
background-color: #D96B6B;
}
</style>
border-color css
<style>
span { border-color: #D96B6B; }
span { border-color: rgb(217,107,107); }
td.TdClassName
{
border-color: #D96B6B;
}
.TagClassName
{
border-color: #D96B6B;
}
</style>