Shades of Roman #D26A64
Tints of Roman #D26A64
RGB
CMYK
RGB Variations
Color information
#D26A64 (or 0xD26A64) is known color: Roman. HEX triplet: D2, 6A and 64. RGB value is (210,106,100). Sum of RGB (Red+Green+Blue) = 210+106+100=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A64 is #2D959B. Grayscale: #888888. Windows color (decimal): -2987420 or 6580946. OLE color: 6580946.
HSL color Cylindrical-coordinate representation of color #D26A64: hue angle of 3.27º 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 #D26A64 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 100 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.18 |
| HSL | 3.27º | 0.55% | 0.61% | - |
| HSV(B) | 3.27º | 0.52% | 0.82% | - |
| XYZ | 34.03 | 24.93 | 15.07 | - |
| YUV | 136.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 100 | 0 | 0.50 | 0.52 | 0.18 | 3.27 | 0.55 | 0.61 |
| Hex | D2 | 6A | 64 | 0 | 32 | 34 | 12 | 3 | 37 | 3D |
| Octal | 322 | 152 | 144 | 0 | 62 | 64 | 22 | 3 | 67 | 75 |
| Binary | 11010010 | 1101010 | 1100100 | 0 | 110010 | 110100 | 10010 | 11 | 110111 | 111101 |
Color Harmonies of #D26A64
Complementary color
Monochromatic Colors of #D26A64
Black with #D26A64
Text Example
Text Example
White with #D26A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A64; }
p { color: rgb(210,106,100); }
H1.HeaderClassName
{
color: #D26A64;
}
.AnyTagClassName
{
color: #D26A64;
}
</style>
background-color css
<style>
a { background-color: #D26A64; }
a { background-color: rgb(210,106,100); }
div.DivClassName
{
background-color: #D26A64;
}
.BgClassName
{
background-color: #D26A64;
}
</style>
border-color css
<style>
span { border-color: #D26A64; }
span { border-color: rgb(210,106,100); }
td.TdClassName
{
border-color: #D26A64;
}
.TagClassName
{
border-color: #D26A64;
}
</style>