Shades of Roman #DA6255
Tints of Roman #DA6255
RGB
CMYK
RGB Variations
Color information
#DA6255 (or 0xDA6255) is known color: Roman. HEX triplet: DA, 62 and 55. RGB value is (218,98,85). Sum of RGB (Red+Green+Blue) = 218+98+85=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6255 is #259DAA. Grayscale: #848484. Windows color (decimal): -2465195 or 5595866. OLE color: 5595866.
HSL color Cylindrical-coordinate representation of color #DA6255: hue angle of 5.86º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA6255 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 85 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.15 |
| HSL | 5.86º | 0.64% | 0.59% | - |
| HSV(B) | 5.86º | 0.61% | 0.85% | - |
| XYZ | 34.92 | 24.3 | 11.44 | - |
| YUV | 132.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 85 | 0 | 0.55 | 0.61 | 0.15 | 5.86 | 0.64 | 0.59 |
| Hex | DA | 62 | 55 | 0 | 37 | 3D | F | 6 | 40 | 3B |
| Octal | 332 | 142 | 125 | 0 | 67 | 75 | 17 | 6 | 100 | 73 |
| Binary | 11011010 | 1100010 | 1010101 | 0 | 110111 | 111101 | 1111 | 110 | 1000000 | 111011 |
Color Harmonies of #DA6255
Complementary color
Monochromatic Colors of #DA6255
Black with #DA6255
Text Example
Text Example
White with #DA6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6255; }
p { color: rgb(218,98,85); }
H1.HeaderClassName
{
color: #DA6255;
}
.AnyTagClassName
{
color: #DA6255;
}
</style>
background-color css
<style>
a { background-color: #DA6255; }
a { background-color: rgb(218,98,85); }
div.DivClassName
{
background-color: #DA6255;
}
.BgClassName
{
background-color: #DA6255;
}
</style>
border-color css
<style>
span { border-color: #DA6255; }
span { border-color: rgb(218,98,85); }
td.TdClassName
{
border-color: #DA6255;
}
.TagClassName
{
border-color: #DA6255;
}
</style>