Shades of Roman #DA6759
Tints of Roman #DA6759
RGB
CMYK
RGB Variations
Color information
#DA6759 (or 0xDA6759) is known color: Roman. HEX triplet: DA, 67 and 59. RGB value is (218,103,89). Sum of RGB (Red+Green+Blue) = 218+103+89=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6759 is #2598A6. Grayscale: #878787. Windows color (decimal): -2463911 or 5859290. OLE color: 5859290.
HSL color Cylindrical-coordinate representation of color #DA6759: hue angle of 6.51º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA6759 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 89 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.15 |
| HSL | 6.51º | 0.64% | 0.6% | - |
| HSV(B) | 6.51º | 0.59% | 0.85% | - |
| XYZ | 35.57 | 25.33 | 12.47 | - |
| YUV | 135.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 89 | 0 | 0.53 | 0.59 | 0.15 | 6.51 | 0.64 | 0.6 |
| Hex | DA | 67 | 59 | 0 | 35 | 3B | F | 7 | 40 | 3C |
| Octal | 332 | 147 | 131 | 0 | 65 | 73 | 17 | 7 | 100 | 74 |
| Binary | 11011010 | 1100111 | 1011001 | 0 | 110101 | 111011 | 1111 | 111 | 1000000 | 111100 |
Color Harmonies of #DA6759
Complementary color
Monochromatic Colors of #DA6759
Black with #DA6759
Text Example
Text Example
White with #DA6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6759; }
p { color: rgb(218,103,89); }
H1.HeaderClassName
{
color: #DA6759;
}
.AnyTagClassName
{
color: #DA6759;
}
</style>
background-color css
<style>
a { background-color: #DA6759; }
a { background-color: rgb(218,103,89); }
div.DivClassName
{
background-color: #DA6759;
}
.BgClassName
{
background-color: #DA6759;
}
</style>
border-color css
<style>
span { border-color: #DA6759; }
span { border-color: rgb(218,103,89); }
td.TdClassName
{
border-color: #DA6759;
}
.TagClassName
{
border-color: #DA6759;
}
</style>