Shades of Roman #D76554
Tints of Roman #D76554
RGB
CMYK
RGB Variations
Color information
#D76554 (or 0xD76554) is known color: Roman. HEX triplet: D7, 65 and 54. RGB value is (215,101,84). Sum of RGB (Red+Green+Blue) = 215+101+84=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D76554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76554 is #289AAB. Grayscale: #858585. Windows color (decimal): -2661036 or 5531095. OLE color: 5531095.
HSL color Cylindrical-coordinate representation of color #D76554: hue angle of 7.79º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D76554 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 84 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.16 |
| HSL | 7.79º | 0.62% | 0.59% | - |
| HSV(B) | 7.79º | 0.61% | 0.84% | - |
| XYZ | 34.28 | 24.39 | 11.29 | - |
| YUV | 133.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 84 | 0 | 0.53 | 0.61 | 0.16 | 7.79 | 0.62 | 0.59 |
| Hex | D7 | 65 | 54 | 0 | 35 | 3D | 10 | 8 | 3E | 3B |
| Octal | 327 | 145 | 124 | 0 | 65 | 75 | 20 | 10 | 76 | 73 |
| Binary | 11010111 | 1100101 | 1010100 | 0 | 110101 | 111101 | 10000 | 1000 | 111110 | 111011 |
Color Harmonies of #D76554
Complementary color
Monochromatic Colors of #D76554
Black with #D76554
Text Example
Text Example
White with #D76554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76554; }
p { color: rgb(215,101,84); }
H1.HeaderClassName
{
color: #D76554;
}
.AnyTagClassName
{
color: #D76554;
}
</style>
background-color css
<style>
a { background-color: #D76554; }
a { background-color: rgb(215,101,84); }
div.DivClassName
{
background-color: #D76554;
}
.BgClassName
{
background-color: #D76554;
}
</style>
border-color css
<style>
span { border-color: #D76554; }
span { border-color: rgb(215,101,84); }
td.TdClassName
{
border-color: #D76554;
}
.TagClassName
{
border-color: #D76554;
}
</style>