Shades of Froly #DB686E
Tints of Froly #DB686E
RGB
CMYK
RGB Variations
Color information
#DB686E (or 0xDB686E) is known color: Froly. HEX triplet: DB, 68 and 6E. RGB value is (219,104,110). Sum of RGB (Red+Green+Blue) = 219+104+110=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB686E is #249791. Grayscale: #8B8B8B. Windows color (decimal): -2398098 or 7235803. OLE color: 7235803.
HSL color Cylindrical-coordinate representation of color #DB686E: hue angle of 356.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB686E is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 110 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.14 |
| HSL | 356.87º | 0.61% | 0.63% | - |
| HSV(B) | 356.87º | 0.53% | 0.86% | - |
| XYZ | 36.98 | 26.09 | 17.84 | - |
| YUV | 139.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 110 | 0 | 0.53 | 0.50 | 0.14 | 356.87 | 0.61 | 0.63 |
| Hex | DB | 68 | 6E | 0 | 35 | 32 | E | 165 | 3D | 3F |
| Octal | 333 | 150 | 156 | 0 | 65 | 62 | 16 | 545 | 75 | 77 |
| Binary | 11011011 | 1101000 | 1101110 | 0 | 110101 | 110010 | 1110 | 101100101 | 111101 | 111111 |
Color Harmonies of #DB686E
Complementary color
Monochromatic Colors of #DB686E
Black with #DB686E
Text Example
Text Example
White with #DB686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB686E; }
p { color: rgb(219,104,110); }
H1.HeaderClassName
{
color: #DB686E;
}
.AnyTagClassName
{
color: #DB686E;
}
</style>
background-color css
<style>
a { background-color: #DB686E; }
a { background-color: rgb(219,104,110); }
div.DivClassName
{
background-color: #DB686E;
}
.BgClassName
{
background-color: #DB686E;
}
</style>
border-color css
<style>
span { border-color: #DB686E; }
span { border-color: rgb(219,104,110); }
td.TdClassName
{
border-color: #DB686E;
}
.TagClassName
{
border-color: #DB686E;
}
</style>