Shades of Roman #D26356
Tints of Roman #D26356
RGB
CMYK
RGB Variations
Color information
#D26356 (or 0xD26356) is known color: Roman. HEX triplet: D2, 63 and 56. RGB value is (210,99,86). Sum of RGB (Red+Green+Blue) = 210+99+86=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D26356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26356 is #2D9CA9. Grayscale: #828282. Windows color (decimal): -2989226 or 5661650. OLE color: 5661650.
HSL color Cylindrical-coordinate representation of color #D26356: hue angle of 6.29º 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 #D26356 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 86 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.18 |
| HSL | 6.29º | 0.58% | 0.58% | - |
| HSV(B) | 6.29º | 0.59% | 0.82% | - |
| XYZ | 32.72 | 23.3 | 11.58 | - |
| YUV | 130.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 86 | 0 | 0.53 | 0.59 | 0.18 | 6.29 | 0.58 | 0.58 |
| Hex | D2 | 63 | 56 | 0 | 35 | 3B | 12 | 6 | 3A | 3A |
| Octal | 322 | 143 | 126 | 0 | 65 | 73 | 22 | 6 | 72 | 72 |
| Binary | 11010010 | 1100011 | 1010110 | 0 | 110101 | 111011 | 10010 | 110 | 111010 | 111010 |
Color Harmonies of #D26356
Complementary color
Monochromatic Colors of #D26356
Black with #D26356
Text Example
Text Example
White with #D26356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26356; }
p { color: rgb(210,99,86); }
H1.HeaderClassName
{
color: #D26356;
}
.AnyTagClassName
{
color: #D26356;
}
</style>
background-color css
<style>
a { background-color: #D26356; }
a { background-color: rgb(210,99,86); }
div.DivClassName
{
background-color: #D26356;
}
.BgClassName
{
background-color: #D26356;
}
</style>
border-color css
<style>
span { border-color: #D26356; }
span { border-color: rgb(210,99,86); }
td.TdClassName
{
border-color: #D26356;
}
.TagClassName
{
border-color: #D26356;
}
</style>