Shades of Roman #D96D64
Tints of Roman #D96D64
RGB
CMYK
RGB Variations
Color information
#D96D64 (or 0xD96D64) is known color: Roman. HEX triplet: D9, 6D and 64. RGB value is (217,109,100). Sum of RGB (Red+Green+Blue) = 217+109+100=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D64 is #26929B. Grayscale: #8C8C8C. Windows color (decimal): -2527900 or 6581721. OLE color: 6581721.
HSL color Cylindrical-coordinate representation of color #D96D64: hue angle of 4.62º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96D64 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 100 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.15 |
| HSL | 4.62º | 0.61% | 0.62% | - |
| HSV(B) | 4.62º | 0.54% | 0.85% | - |
| XYZ | 36.38 | 26.61 | 15.28 | - |
| YUV | 140.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 100 | 0 | 0.50 | 0.54 | 0.15 | 4.62 | 0.61 | 0.62 |
| Hex | D9 | 6D | 64 | 0 | 32 | 36 | F | 5 | 3D | 3E |
| Octal | 331 | 155 | 144 | 0 | 62 | 66 | 17 | 5 | 75 | 76 |
| Binary | 11011001 | 1101101 | 1100100 | 0 | 110010 | 110110 | 1111 | 101 | 111101 | 111110 |
Color Harmonies of #D96D64
Complementary color
Monochromatic Colors of #D96D64
Black with #D96D64
Text Example
Text Example
White with #D96D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D64; }
p { color: rgb(217,109,100); }
H1.HeaderClassName
{
color: #D96D64;
}
.AnyTagClassName
{
color: #D96D64;
}
</style>
background-color css
<style>
a { background-color: #D96D64; }
a { background-color: rgb(217,109,100); }
div.DivClassName
{
background-color: #D96D64;
}
.BgClassName
{
background-color: #D96D64;
}
</style>
border-color css
<style>
span { border-color: #D96D64; }
span { border-color: rgb(217,109,100); }
td.TdClassName
{
border-color: #D96D64;
}
.TagClassName
{
border-color: #D96D64;
}
</style>