Shades of Roman #D96C5F
Tints of Roman #D96C5F
RGB
CMYK
RGB Variations
Color information
#D96C5F (or 0xD96C5F) is known color: Roman. HEX triplet: D9, 6C and 5F. RGB value is (217,108,95). Sum of RGB (Red+Green+Blue) = 217+108+95=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C5F is #2693A0. Grayscale: #8B8B8B. Windows color (decimal): -2528161 or 6253785. OLE color: 6253785.
HSL color Cylindrical-coordinate representation of color #D96C5F: hue angle of 6.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96C5F is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 95 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.15 |
| HSL | 6.39º | 0.62% | 0.61% | - |
| HSV(B) | 6.39º | 0.56% | 0.85% | - |
| XYZ | 36.04 | 26.3 | 14 | - |
| YUV | 139.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 95 | 0 | 0.50 | 0.56 | 0.15 | 6.39 | 0.62 | 0.61 |
| Hex | D9 | 6C | 5F | 0 | 32 | 38 | F | 6 | 3E | 3D |
| Octal | 331 | 154 | 137 | 0 | 62 | 70 | 17 | 6 | 76 | 75 |
| Binary | 11011001 | 1101100 | 1011111 | 0 | 110010 | 111000 | 1111 | 110 | 111110 | 111101 |
Color Harmonies of #D96C5F
Complementary color
Monochromatic Colors of #D96C5F
Black with #D96C5F
Text Example
Text Example
White with #D96C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C5F; }
p { color: rgb(217,108,95); }
H1.HeaderClassName
{
color: #D96C5F;
}
.AnyTagClassName
{
color: #D96C5F;
}
</style>
background-color css
<style>
a { background-color: #D96C5F; }
a { background-color: rgb(217,108,95); }
div.DivClassName
{
background-color: #D96C5F;
}
.BgClassName
{
background-color: #D96C5F;
}
</style>
border-color css
<style>
span { border-color: #D96C5F; }
span { border-color: rgb(217,108,95); }
td.TdClassName
{
border-color: #D96C5F;
}
.TagClassName
{
border-color: #D96C5F;
}
</style>