Shades of Roman #D26865
Tints of Roman #D26865
RGB
CMYK
RGB Variations
Color information
#D26865 (or 0xD26865) is known color: Roman. HEX triplet: D2, 68 and 65. RGB value is (210,104,101). Sum of RGB (Red+Green+Blue) = 210+104+101=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D26865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26865 is #2D979A. Grayscale: #878787. Windows color (decimal): -2987931 or 6645970. OLE color: 6645970.
HSL color Cylindrical-coordinate representation of color #D26865: hue angle of 1.65º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26865 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 101 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.18 |
| HSL | 1.65º | 0.55% | 0.61% | - |
| HSV(B) | 1.65º | 0.52% | 0.82% | - |
| XYZ | 33.88 | 24.54 | 15.26 | - |
| YUV | 135.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 101 | 0 | 0.50 | 0.52 | 0.18 | 1.65 | 0.55 | 0.61 |
| Hex | D2 | 68 | 65 | 0 | 32 | 34 | 12 | 2 | 37 | 3D |
| Octal | 322 | 150 | 145 | 0 | 62 | 64 | 22 | 2 | 67 | 75 |
| Binary | 11010010 | 1101000 | 1100101 | 0 | 110010 | 110100 | 10010 | 10 | 110111 | 111101 |
Color Harmonies of #D26865
Complementary color
Monochromatic Colors of #D26865
Black with #D26865
Text Example
Text Example
White with #D26865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26865; }
p { color: rgb(210,104,101); }
H1.HeaderClassName
{
color: #D26865;
}
.AnyTagClassName
{
color: #D26865;
}
</style>
background-color css
<style>
a { background-color: #D26865; }
a { background-color: rgb(210,104,101); }
div.DivClassName
{
background-color: #D26865;
}
.BgClassName
{
background-color: #D26865;
}
</style>
border-color css
<style>
span { border-color: #D26865; }
span { border-color: rgb(210,104,101); }
td.TdClassName
{
border-color: #D26865;
}
.TagClassName
{
border-color: #D26865;
}
</style>