Shades of Roman #DA6758
Tints of Roman #DA6758
RGB
CMYK
RGB Variations
Color information
#DA6758 (or 0xDA6758) is known color: Roman. HEX triplet: DA, 67 and 58. RGB value is (218,103,88). Sum of RGB (Red+Green+Blue) = 218+103+88=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6758 is #2598A7. Grayscale: #878787. Windows color (decimal): -2463912 or 5793754. OLE color: 5793754.
HSL color Cylindrical-coordinate representation of color #DA6758: hue angle of 6.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA6758 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 88 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.15 |
| HSL | 6.92º | 0.64% | 0.6% | - |
| HSV(B) | 6.92º | 0.6% | 0.85% | - |
| XYZ | 35.53 | 25.31 | 12.25 | - |
| YUV | 135.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 88 | 0 | 0.53 | 0.60 | 0.15 | 6.92 | 0.64 | 0.6 |
| Hex | DA | 67 | 58 | 0 | 35 | 3C | F | 7 | 40 | 3C |
| Octal | 332 | 147 | 130 | 0 | 65 | 74 | 17 | 7 | 100 | 74 |
| Binary | 11011010 | 1100111 | 1011000 | 0 | 110101 | 111100 | 1111 | 111 | 1000000 | 111100 |
Color Harmonies of #DA6758
Complementary color
Monochromatic Colors of #DA6758
Black with #DA6758
Text Example
Text Example
White with #DA6758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6758; }
p { color: rgb(218,103,88); }
H1.HeaderClassName
{
color: #DA6758;
}
.AnyTagClassName
{
color: #DA6758;
}
</style>
background-color css
<style>
a { background-color: #DA6758; }
a { background-color: rgb(218,103,88); }
div.DivClassName
{
background-color: #DA6758;
}
.BgClassName
{
background-color: #DA6758;
}
</style>
border-color css
<style>
span { border-color: #DA6758; }
span { border-color: rgb(218,103,88); }
td.TdClassName
{
border-color: #DA6758;
}
.TagClassName
{
border-color: #DA6758;
}
</style>