Shades of Roman #D26856
Tints of Roman #D26856
RGB
CMYK
RGB Variations
Color information
#D26856 (or 0xD26856) is known color: Roman. HEX triplet: D2, 68 and 56. RGB value is (210,104,86). Sum of RGB (Red+Green+Blue) = 210+104+86=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D26856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26856 is #2D97A9. Grayscale: #858585. Windows color (decimal): -2987946 or 5662930. OLE color: 5662930.
HSL color Cylindrical-coordinate representation of color #D26856: hue angle of 8.71º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D26856 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 86 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.18 |
| HSL | 8.71º | 0.58% | 0.58% | - |
| HSV(B) | 8.71º | 0.59% | 0.82% | - |
| XYZ | 33.21 | 24.27 | 11.74 | - |
| YUV | 133.64 | 101.12 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 86 | 0 | 0.50 | 0.59 | 0.18 | 8.71 | 0.58 | 0.58 |
| Hex | D2 | 68 | 56 | 0 | 32 | 3B | 12 | 9 | 3A | 3A |
| Octal | 322 | 150 | 126 | 0 | 62 | 73 | 22 | 11 | 72 | 72 |
| Binary | 11010010 | 1101000 | 1010110 | 0 | 110010 | 111011 | 10010 | 1001 | 111010 | 111010 |
Color Harmonies of #D26856
Complementary color
Monochromatic Colors of #D26856
Black with #D26856
Text Example
Text Example
White with #D26856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26856; }
p { color: rgb(210,104,86); }
H1.HeaderClassName
{
color: #D26856;
}
.AnyTagClassName
{
color: #D26856;
}
</style>
background-color css
<style>
a { background-color: #D26856; }
a { background-color: rgb(210,104,86); }
div.DivClassName
{
background-color: #D26856;
}
.BgClassName
{
background-color: #D26856;
}
</style>
border-color css
<style>
span { border-color: #D26856; }
span { border-color: rgb(210,104,86); }
td.TdClassName
{
border-color: #D26856;
}
.TagClassName
{
border-color: #D26856;
}
</style>