Shades of Roman #D76D63
Tints of Roman #D76D63
RGB
CMYK
RGB Variations
Color information
#D76D63 (or 0xD76D63) is known color: Roman. HEX triplet: D7, 6D and 63. RGB value is (215,109,99). Sum of RGB (Red+Green+Blue) = 215+109+99=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D63 is #28929C. Grayscale: #8B8B8B. Windows color (decimal): -2658973 or 6516183. OLE color: 6516183.
HSL color Cylindrical-coordinate representation of color #D76D63: hue angle of 5.17º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76D63 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 99 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.16 |
| HSL | 5.17º | 0.59% | 0.62% | - |
| HSV(B) | 5.17º | 0.54% | 0.84% | - |
| XYZ | 35.75 | 26.29 | 14.99 | - |
| YUV | 139.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 99 | 0 | 0.49 | 0.54 | 0.16 | 5.17 | 0.59 | 0.62 |
| Hex | D7 | 6D | 63 | 0 | 31 | 36 | 10 | 5 | 3B | 3E |
| Octal | 327 | 155 | 143 | 0 | 61 | 66 | 20 | 5 | 73 | 76 |
| Binary | 11010111 | 1101101 | 1100011 | 0 | 110001 | 110110 | 10000 | 101 | 111011 | 111110 |
Color Harmonies of #D76D63
Complementary color
Monochromatic Colors of #D76D63
Black with #D76D63
Text Example
Text Example
White with #D76D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D63; }
p { color: rgb(215,109,99); }
H1.HeaderClassName
{
color: #D76D63;
}
.AnyTagClassName
{
color: #D76D63;
}
</style>
background-color css
<style>
a { background-color: #D76D63; }
a { background-color: rgb(215,109,99); }
div.DivClassName
{
background-color: #D76D63;
}
.BgClassName
{
background-color: #D76D63;
}
</style>
border-color css
<style>
span { border-color: #D76D63; }
span { border-color: rgb(215,109,99); }
td.TdClassName
{
border-color: #D76D63;
}
.TagClassName
{
border-color: #D76D63;
}
</style>