Shades of Roman #DA685B
Tints of Roman #DA685B
RGB
CMYK
RGB Variations
Color information
#DA685B (or 0xDA685B) is known color: Roman. HEX triplet: DA, 68 and 5B. RGB value is (218,104,91). Sum of RGB (Red+Green+Blue) = 218+104+91=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA685B is #2597A4. Grayscale: #888888. Windows color (decimal): -2463653 or 5990618. OLE color: 5990618.
HSL color Cylindrical-coordinate representation of color #DA685B: hue angle of 6.14º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA685B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 91 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.15 |
| HSL | 6.14º | 0.63% | 0.61% | - |
| HSV(B) | 6.14º | 0.58% | 0.85% | - |
| XYZ | 35.75 | 25.56 | 12.95 | - |
| YUV | 136.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 91 | 0 | 0.52 | 0.58 | 0.15 | 6.14 | 0.63 | 0.61 |
| Hex | DA | 68 | 5B | 0 | 34 | 3A | F | 6 | 3F | 3D |
| Octal | 332 | 150 | 133 | 0 | 64 | 72 | 17 | 6 | 77 | 75 |
| Binary | 11011010 | 1101000 | 1011011 | 0 | 110100 | 111010 | 1111 | 110 | 111111 | 111101 |
Color Harmonies of #DA685B
Complementary color
Monochromatic Colors of #DA685B
Black with #DA685B
Text Example
Text Example
White with #DA685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA685B; }
p { color: rgb(218,104,91); }
H1.HeaderClassName
{
color: #DA685B;
}
.AnyTagClassName
{
color: #DA685B;
}
</style>
background-color css
<style>
a { background-color: #DA685B; }
a { background-color: rgb(218,104,91); }
div.DivClassName
{
background-color: #DA685B;
}
.BgClassName
{
background-color: #DA685B;
}
</style>
border-color css
<style>
span { border-color: #DA685B; }
span { border-color: rgb(218,104,91); }
td.TdClassName
{
border-color: #DA685B;
}
.TagClassName
{
border-color: #DA685B;
}
</style>