Shades of Roman #D76255
Tints of Roman #D76255
RGB
CMYK
RGB Variations
Color information
#D76255 (or 0xD76255) is known color: Roman. HEX triplet: D7, 62 and 55. RGB value is (215,98,85). Sum of RGB (Red+Green+Blue) = 215+98+85=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D76255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76255 is #289DAA. Grayscale: #838383. Windows color (decimal): -2661803 or 5595863. OLE color: 5595863.
HSL color Cylindrical-coordinate representation of color #D76255: hue angle of 6º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D76255 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 85 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.16 |
| HSL | 6º | 0.62% | 0.59% | - |
| HSV(B) | 6º | 0.6% | 0.84% | - |
| XYZ | 34.03 | 23.84 | 11.4 | - |
| YUV | 131.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 85 | 0 | 0.54 | 0.60 | 0.16 | 6 | 0.62 | 0.59 |
| Hex | D7 | 62 | 55 | 0 | 36 | 3C | 10 | 6 | 3E | 3B |
| Octal | 327 | 142 | 125 | 0 | 66 | 74 | 20 | 6 | 76 | 73 |
| Binary | 11010111 | 1100010 | 1010101 | 0 | 110110 | 111100 | 10000 | 110 | 111110 | 111011 |
Color Harmonies of #D76255
Complementary color
Monochromatic Colors of #D76255
Black with #D76255
Text Example
Text Example
White with #D76255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76255; }
p { color: rgb(215,98,85); }
H1.HeaderClassName
{
color: #D76255;
}
.AnyTagClassName
{
color: #D76255;
}
</style>
background-color css
<style>
a { background-color: #D76255; }
a { background-color: rgb(215,98,85); }
div.DivClassName
{
background-color: #D76255;
}
.BgClassName
{
background-color: #D76255;
}
</style>
border-color css
<style>
span { border-color: #D76255; }
span { border-color: rgb(215,98,85); }
td.TdClassName
{
border-color: #D76255;
}
.TagClassName
{
border-color: #D76255;
}
</style>