Shades of Roman #D26867
Tints of Roman #D26867
RGB
CMYK
RGB Variations
Color information
#D26867 (or 0xD26867) is known color: Roman. HEX triplet: D2, 68 and 67. RGB value is (210,104,103). Sum of RGB (Red+Green+Blue) = 210+104+103=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D26867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26867 is #2D9798. Grayscale: #878787. Windows color (decimal): -2987929 or 6777042. OLE color: 6777042.
HSL color Cylindrical-coordinate representation of color #D26867: hue angle of 0.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26867 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 103 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.18 |
| HSL | 0.56º | 0.54% | 0.61% | - |
| HSV(B) | 0.56º | 0.51% | 0.82% | - |
| XYZ | 33.98 | 24.58 | 15.79 | - |
| YUV | 135.58 | 109.62 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 103 | 0 | 0.50 | 0.51 | 0.18 | 0.56 | 0.54 | 0.61 |
| Hex | D2 | 68 | 67 | 0 | 32 | 33 | 12 | 1 | 36 | 3D |
| Octal | 322 | 150 | 147 | 0 | 62 | 63 | 22 | 1 | 66 | 75 |
| Binary | 11010010 | 1101000 | 1100111 | 0 | 110010 | 110011 | 10010 | 1 | 110110 | 111101 |
Color Harmonies of #D26867
Complementary color
Monochromatic Colors of #D26867
Black with #D26867
Text Example
Text Example
White with #D26867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26867; }
p { color: rgb(210,104,103); }
H1.HeaderClassName
{
color: #D26867;
}
.AnyTagClassName
{
color: #D26867;
}
</style>
background-color css
<style>
a { background-color: #D26867; }
a { background-color: rgb(210,104,103); }
div.DivClassName
{
background-color: #D26867;
}
.BgClassName
{
background-color: #D26867;
}
</style>
border-color css
<style>
span { border-color: #D26867; }
span { border-color: rgb(210,104,103); }
td.TdClassName
{
border-color: #D26867;
}
.TagClassName
{
border-color: #D26867;
}
</style>