Shades of Roman #DA6862
Tints of Roman #DA6862
RGB
CMYK
RGB Variations
Color information
#DA6862 (or 0xDA6862) is known color: Roman. HEX triplet: DA, 68 and 62. RGB value is (218,104,98). Sum of RGB (Red+Green+Blue) = 218+104+98=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6862 is #25979D. Grayscale: #898989. Windows color (decimal): -2463646 or 6449370. OLE color: 6449370.
HSL color Cylindrical-coordinate representation of color #DA6862: hue angle of 3º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6862 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 98 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.15 |
| HSL | 3º | 0.62% | 0.62% | - |
| HSV(B) | 3º | 0.55% | 0.85% | - |
| XYZ | 36.07 | 25.69 | 14.61 | - |
| YUV | 137.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 98 | 0 | 0.52 | 0.55 | 0.15 | 3 | 0.62 | 0.62 |
| Hex | DA | 68 | 62 | 0 | 34 | 37 | F | 3 | 3E | 3E |
| Octal | 332 | 150 | 142 | 0 | 64 | 67 | 17 | 3 | 76 | 76 |
| Binary | 11011010 | 1101000 | 1100010 | 0 | 110100 | 110111 | 1111 | 11 | 111110 | 111110 |
Color Harmonies of #DA6862
Complementary color
Monochromatic Colors of #DA6862
Black with #DA6862
Text Example
Text Example
White with #DA6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6862; }
p { color: rgb(218,104,98); }
H1.HeaderClassName
{
color: #DA6862;
}
.AnyTagClassName
{
color: #DA6862;
}
</style>
background-color css
<style>
a { background-color: #DA6862; }
a { background-color: rgb(218,104,98); }
div.DivClassName
{
background-color: #DA6862;
}
.BgClassName
{
background-color: #DA6862;
}
</style>
border-color css
<style>
span { border-color: #DA6862; }
span { border-color: rgb(218,104,98); }
td.TdClassName
{
border-color: #DA6862;
}
.TagClassName
{
border-color: #DA6862;
}
</style>