Shades of Roman #D96054
Tints of Roman #D96054
RGB
CMYK
RGB Variations
Color information
#D96054 (or 0xD96054) is known color: Roman. HEX triplet: D9, 60 and 54. RGB value is (217,96,84). Sum of RGB (Red+Green+Blue) = 217+96+84=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D96054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96054 is #269FAB. Grayscale: #828282. Windows color (decimal): -2531244 or 5529817. OLE color: 5529817.
HSL color Cylindrical-coordinate representation of color #D96054: hue angle of 5.41º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D96054 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 84 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.15 |
| HSL | 5.41º | 0.64% | 0.59% | - |
| HSV(B) | 5.41º | 0.61% | 0.85% | - |
| XYZ | 34.4 | 23.76 | 11.16 | - |
| YUV | 130.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 84 | 0 | 0.56 | 0.61 | 0.15 | 5.41 | 0.64 | 0.59 |
| Hex | D9 | 60 | 54 | 0 | 38 | 3D | F | 5 | 40 | 3B |
| Octal | 331 | 140 | 124 | 0 | 70 | 75 | 17 | 5 | 100 | 73 |
| Binary | 11011001 | 1100000 | 1010100 | 0 | 111000 | 111101 | 1111 | 101 | 1000000 | 111011 |
Color Harmonies of #D96054
Complementary color
Monochromatic Colors of #D96054
Black with #D96054
Text Example
Text Example
White with #D96054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96054; }
p { color: rgb(217,96,84); }
H1.HeaderClassName
{
color: #D96054;
}
.AnyTagClassName
{
color: #D96054;
}
</style>
background-color css
<style>
a { background-color: #D96054; }
a { background-color: rgb(217,96,84); }
div.DivClassName
{
background-color: #D96054;
}
.BgClassName
{
background-color: #D96054;
}
</style>
border-color css
<style>
span { border-color: #D96054; }
span { border-color: rgb(217,96,84); }
td.TdClassName
{
border-color: #D96054;
}
.TagClassName
{
border-color: #D96054;
}
</style>