Shades of Roman #D26962
Tints of Roman #D26962
RGB
CMYK
RGB Variations
Color information
#D26962 (or 0xD26962) is known color: Roman. HEX triplet: D2, 69 and 62. RGB value is (210,105,98). Sum of RGB (Red+Green+Blue) = 210+105+98=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D26962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26962 is #2D969D. Grayscale: #878787. Windows color (decimal): -2987678 or 6449618. OLE color: 6449618.
HSL color Cylindrical-coordinate representation of color #D26962: hue angle of 3.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26962 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 98 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.18 |
| HSL | 3.75º | 0.55% | 0.6% | - |
| HSV(B) | 3.75º | 0.53% | 0.82% | - |
| XYZ | 33.83 | 24.69 | 14.54 | - |
| YUV | 135.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 98 | 0 | 0.50 | 0.53 | 0.18 | 3.75 | 0.55 | 0.6 |
| Hex | D2 | 69 | 62 | 0 | 32 | 35 | 12 | 4 | 37 | 3C |
| Octal | 322 | 151 | 142 | 0 | 62 | 65 | 22 | 4 | 67 | 74 |
| Binary | 11010010 | 1101001 | 1100010 | 0 | 110010 | 110101 | 10010 | 100 | 110111 | 111100 |
Color Harmonies of #D26962
Complementary color
Monochromatic Colors of #D26962
Black with #D26962
Text Example
Text Example
White with #D26962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26962; }
p { color: rgb(210,105,98); }
H1.HeaderClassName
{
color: #D26962;
}
.AnyTagClassName
{
color: #D26962;
}
</style>
background-color css
<style>
a { background-color: #D26962; }
a { background-color: rgb(210,105,98); }
div.DivClassName
{
background-color: #D26962;
}
.BgClassName
{
background-color: #D26962;
}
</style>
border-color css
<style>
span { border-color: #D26962; }
span { border-color: rgb(210,105,98); }
td.TdClassName
{
border-color: #D26962;
}
.TagClassName
{
border-color: #D26962;
}
</style>