Shades of Roman #D26A68
Tints of Roman #D26A68
RGB
CMYK
RGB Variations
Color information
#D26A68 (or 0xD26A68) is known color: Roman. HEX triplet: D2, 6A and 68. RGB value is (210,106,104). Sum of RGB (Red+Green+Blue) = 210+106+104=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A68 is #2D9597. Grayscale: #888888. Windows color (decimal): -2987416 or 6843090. OLE color: 6843090.
HSL color Cylindrical-coordinate representation of color #D26A68: hue angle of 1.13º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26A68 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 104 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.18 |
| HSL | 1.13º | 0.54% | 0.62% | - |
| HSV(B) | 1.13º | 0.5% | 0.82% | - |
| XYZ | 34.23 | 25.01 | 16.12 | - |
| YUV | 136.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 104 | 0 | 0.50 | 0.50 | 0.18 | 1.13 | 0.54 | 0.62 |
| Hex | D2 | 6A | 68 | 0 | 32 | 32 | 12 | 1 | 36 | 3E |
| Octal | 322 | 152 | 150 | 0 | 62 | 62 | 22 | 1 | 66 | 76 |
| Binary | 11010010 | 1101010 | 1101000 | 0 | 110010 | 110010 | 10010 | 1 | 110110 | 111110 |
Color Harmonies of #D26A68
Complementary color
Monochromatic Colors of #D26A68
Black with #D26A68
Text Example
Text Example
White with #D26A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A68; }
p { color: rgb(210,106,104); }
H1.HeaderClassName
{
color: #D26A68;
}
.AnyTagClassName
{
color: #D26A68;
}
</style>
background-color css
<style>
a { background-color: #D26A68; }
a { background-color: rgb(210,106,104); }
div.DivClassName
{
background-color: #D26A68;
}
.BgClassName
{
background-color: #D26A68;
}
</style>
border-color css
<style>
span { border-color: #D26A68; }
span { border-color: rgb(210,106,104); }
td.TdClassName
{
border-color: #D26A68;
}
.TagClassName
{
border-color: #D26A68;
}
</style>