Shades of Roman #D26657
Tints of Roman #D26657
RGB
CMYK
RGB Variations
Color information
#D26657 (or 0xD26657) is known color: Roman. HEX triplet: D2, 66 and 57. RGB value is (210,102,87). Sum of RGB (Red+Green+Blue) = 210+102+87=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D26657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26657 is #2D99A8. Grayscale: #848484. Windows color (decimal): -2988457 or 5727954. OLE color: 5727954.
HSL color Cylindrical-coordinate representation of color #D26657: hue angle of 7.32º 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 #D26657 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 87 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.18 |
| HSL | 7.32º | 0.58% | 0.58% | - |
| HSV(B) | 7.32º | 0.59% | 0.82% | - |
| XYZ | 33.05 | 23.89 | 11.89 | - |
| YUV | 132.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 87 | 0 | 0.51 | 0.59 | 0.18 | 7.32 | 0.58 | 0.58 |
| Hex | D2 | 66 | 57 | 0 | 33 | 3B | 12 | 7 | 3A | 3A |
| Octal | 322 | 146 | 127 | 0 | 63 | 73 | 22 | 7 | 72 | 72 |
| Binary | 11010010 | 1100110 | 1010111 | 0 | 110011 | 111011 | 10010 | 111 | 111010 | 111010 |
Color Harmonies of #D26657
Complementary color
Monochromatic Colors of #D26657
Black with #D26657
Text Example
Text Example
White with #D26657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26657; }
p { color: rgb(210,102,87); }
H1.HeaderClassName
{
color: #D26657;
}
.AnyTagClassName
{
color: #D26657;
}
</style>
background-color css
<style>
a { background-color: #D26657; }
a { background-color: rgb(210,102,87); }
div.DivClassName
{
background-color: #D26657;
}
.BgClassName
{
background-color: #D26657;
}
</style>
border-color css
<style>
span { border-color: #D26657; }
span { border-color: rgb(210,102,87); }
td.TdClassName
{
border-color: #D26657;
}
.TagClassName
{
border-color: #D26657;
}
</style>