Shades of Roman #DA6B60
Tints of Roman #DA6B60
RGB
CMYK
RGB Variations
Color information
#DA6B60 (or 0xDA6B60) is known color: Roman. HEX triplet: DA, 6B and 60. RGB value is (218,107,96). Sum of RGB (Red+Green+Blue) = 218+107+96=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B60 is #25949F. Grayscale: #8B8B8B. Windows color (decimal): -2462880 or 6319066. OLE color: 6319066.
HSL color Cylindrical-coordinate representation of color #DA6B60: hue angle of 5.41º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6B60 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 96 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.15 |
| HSL | 5.41º | 0.62% | 0.62% | - |
| HSV(B) | 5.41º | 0.56% | 0.85% | - |
| XYZ | 36.28 | 26.27 | 14.22 | - |
| YUV | 138.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 96 | 0 | 0.51 | 0.56 | 0.15 | 5.41 | 0.62 | 0.62 |
| Hex | DA | 6B | 60 | 0 | 33 | 38 | F | 5 | 3E | 3E |
| Octal | 332 | 153 | 140 | 0 | 63 | 70 | 17 | 5 | 76 | 76 |
| Binary | 11011010 | 1101011 | 1100000 | 0 | 110011 | 111000 | 1111 | 101 | 111110 | 111110 |
Color Harmonies of #DA6B60
Complementary color
Monochromatic Colors of #DA6B60
Black with #DA6B60
Text Example
Text Example
White with #DA6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B60; }
p { color: rgb(218,107,96); }
H1.HeaderClassName
{
color: #DA6B60;
}
.AnyTagClassName
{
color: #DA6B60;
}
</style>
background-color css
<style>
a { background-color: #DA6B60; }
a { background-color: rgb(218,107,96); }
div.DivClassName
{
background-color: #DA6B60;
}
.BgClassName
{
background-color: #DA6B60;
}
</style>
border-color css
<style>
span { border-color: #DA6B60; }
span { border-color: rgb(218,107,96); }
td.TdClassName
{
border-color: #DA6B60;
}
.TagClassName
{
border-color: #DA6B60;
}
</style>