Shades of Roman #D96564
Tints of Roman #D96564
RGB
CMYK
RGB Variations
Color information
#D96564 (or 0xD96564) is known color: Roman. HEX triplet: D9, 65 and 64. RGB value is (217,101,100). Sum of RGB (Red+Green+Blue) = 217+101+100=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D96564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96564 is #269A9B. Grayscale: #878787. Windows color (decimal): -2529948 or 6579673. OLE color: 6579673.
HSL color Cylindrical-coordinate representation of color #D96564: hue angle of 0.51º 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 #D96564 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 100 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.15 |
| HSL | 0.51º | 0.61% | 0.62% | - |
| HSV(B) | 0.51º | 0.54% | 0.85% | - |
| XYZ | 35.57 | 24.98 | 15 | - |
| YUV | 135.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 100 | 0 | 0.53 | 0.54 | 0.15 | 0.51 | 0.61 | 0.62 |
| Hex | D9 | 65 | 64 | 0 | 35 | 36 | F | 1 | 3D | 3E |
| Octal | 331 | 145 | 144 | 0 | 65 | 66 | 17 | 1 | 75 | 76 |
| Binary | 11011001 | 1100101 | 1100100 | 0 | 110101 | 110110 | 1111 | 1 | 111101 | 111110 |
Color Harmonies of #D96564
Complementary color
Monochromatic Colors of #D96564
Black with #D96564
Text Example
Text Example
White with #D96564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96564; }
p { color: rgb(217,101,100); }
H1.HeaderClassName
{
color: #D96564;
}
.AnyTagClassName
{
color: #D96564;
}
</style>
background-color css
<style>
a { background-color: #D96564; }
a { background-color: rgb(217,101,100); }
div.DivClassName
{
background-color: #D96564;
}
.BgClassName
{
background-color: #D96564;
}
</style>
border-color css
<style>
span { border-color: #D96564; }
span { border-color: rgb(217,101,100); }
td.TdClassName
{
border-color: #D96564;
}
.TagClassName
{
border-color: #D96564;
}
</style>