Shades of Roman #D26760
Tints of Roman #D26760
RGB
CMYK
RGB Variations
Color information
#D26760 (or 0xD26760) is known color: Roman. HEX triplet: D2, 67 and 60. RGB value is (210,103,96). Sum of RGB (Red+Green+Blue) = 210+103+96=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D26760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26760 is #2D989F. Grayscale: #868686. Windows color (decimal): -2988192 or 6318034. OLE color: 6318034.
HSL color Cylindrical-coordinate representation of color #D26760: hue angle of 3.68º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26760 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 96 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.18 |
| HSL | 3.68º | 0.56% | 0.6% | - |
| HSV(B) | 3.68º | 0.54% | 0.82% | - |
| XYZ | 33.54 | 24.25 | 13.98 | - |
| YUV | 134.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 96 | 0 | 0.51 | 0.54 | 0.18 | 3.68 | 0.56 | 0.6 |
| Hex | D2 | 67 | 60 | 0 | 33 | 36 | 12 | 4 | 38 | 3C |
| Octal | 322 | 147 | 140 | 0 | 63 | 66 | 22 | 4 | 70 | 74 |
| Binary | 11010010 | 1100111 | 1100000 | 0 | 110011 | 110110 | 10010 | 100 | 111000 | 111100 |
Color Harmonies of #D26760
Complementary color
Monochromatic Colors of #D26760
Black with #D26760
Text Example
Text Example
White with #D26760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26760; }
p { color: rgb(210,103,96); }
H1.HeaderClassName
{
color: #D26760;
}
.AnyTagClassName
{
color: #D26760;
}
</style>
background-color css
<style>
a { background-color: #D26760; }
a { background-color: rgb(210,103,96); }
div.DivClassName
{
background-color: #D26760;
}
.BgClassName
{
background-color: #D26760;
}
</style>
border-color css
<style>
span { border-color: #D26760; }
span { border-color: rgb(210,103,96); }
td.TdClassName
{
border-color: #D26760;
}
.TagClassName
{
border-color: #D26760;
}
</style>