Shades of Roman #D26D63
Tints of Roman #D26D63
RGB
CMYK
RGB Variations
Color information
#D26D63 (or 0xD26D63) is known color: Roman. HEX triplet: D2, 6D and 63. RGB value is (210,109,99). Sum of RGB (Red+Green+Blue) = 210+109+99=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D63 is #2D929C. Grayscale: #8A8A8A. Windows color (decimal): -2986653 or 6516178. OLE color: 6516178.
HSL color Cylindrical-coordinate representation of color #D26D63: hue angle of 5.41º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26D63 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 99 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.18 |
| HSL | 5.41º | 0.55% | 0.61% | - |
| HSV(B) | 5.41º | 0.53% | 0.82% | - |
| XYZ | 34.3 | 25.54 | 14.93 | - |
| YUV | 138.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 99 | 0 | 0.48 | 0.53 | 0.18 | 5.41 | 0.55 | 0.61 |
| Hex | D2 | 6D | 63 | 0 | 30 | 35 | 12 | 5 | 37 | 3D |
| Octal | 322 | 155 | 143 | 0 | 60 | 65 | 22 | 5 | 67 | 75 |
| Binary | 11010010 | 1101101 | 1100011 | 0 | 110000 | 110101 | 10010 | 101 | 110111 | 111101 |
Color Harmonies of #D26D63
Complementary color
Monochromatic Colors of #D26D63
Black with #D26D63
Text Example
Text Example
White with #D26D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D63; }
p { color: rgb(210,109,99); }
H1.HeaderClassName
{
color: #D26D63;
}
.AnyTagClassName
{
color: #D26D63;
}
</style>
background-color css
<style>
a { background-color: #D26D63; }
a { background-color: rgb(210,109,99); }
div.DivClassName
{
background-color: #D26D63;
}
.BgClassName
{
background-color: #D26D63;
}
</style>
border-color css
<style>
span { border-color: #D26D63; }
span { border-color: rgb(210,109,99); }
td.TdClassName
{
border-color: #D26D63;
}
.TagClassName
{
border-color: #D26D63;
}
</style>