Shades of Roman #DA6963
Tints of Roman #DA6963
RGB
CMYK
RGB Variations
Color information
#DA6963 (or 0xDA6963) is known color: Roman. HEX triplet: DA, 69 and 63. RGB value is (218,105,99). Sum of RGB (Red+Green+Blue) = 218+105+99=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6963 is #25969C. Grayscale: #8A8A8A. Windows color (decimal): -2463389 or 6515162. OLE color: 6515162.
HSL color Cylindrical-coordinate representation of color #DA6963: hue angle of 3.03º 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 #DA6963 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 99 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.15 |
| HSL | 3.03º | 0.62% | 0.62% | - |
| HSV(B) | 3.03º | 0.55% | 0.85% | - |
| XYZ | 36.22 | 25.91 | 14.9 | - |
| YUV | 138.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 99 | 0 | 0.52 | 0.55 | 0.15 | 3.03 | 0.62 | 0.62 |
| Hex | DA | 69 | 63 | 0 | 34 | 37 | F | 3 | 3E | 3E |
| Octal | 332 | 151 | 143 | 0 | 64 | 67 | 17 | 3 | 76 | 76 |
| Binary | 11011010 | 1101001 | 1100011 | 0 | 110100 | 110111 | 1111 | 11 | 111110 | 111110 |
Color Harmonies of #DA6963
Complementary color
Monochromatic Colors of #DA6963
Black with #DA6963
Text Example
Text Example
White with #DA6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6963; }
p { color: rgb(218,105,99); }
H1.HeaderClassName
{
color: #DA6963;
}
.AnyTagClassName
{
color: #DA6963;
}
</style>
background-color css
<style>
a { background-color: #DA6963; }
a { background-color: rgb(218,105,99); }
div.DivClassName
{
background-color: #DA6963;
}
.BgClassName
{
background-color: #DA6963;
}
</style>
border-color css
<style>
span { border-color: #DA6963; }
span { border-color: rgb(218,105,99); }
td.TdClassName
{
border-color: #DA6963;
}
.TagClassName
{
border-color: #DA6963;
}
</style>