Shades of Froly #DB686A
Tints of Froly #DB686A
RGB
CMYK
RGB Variations
Color information
#DB686A (or 0xDB686A) is known color: Froly. HEX triplet: DB, 68 and 6A. RGB value is (219,104,106). Sum of RGB (Red+Green+Blue) = 219+104+106=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB686A is #249795. Grayscale: #8A8A8A. Windows color (decimal): -2398102 or 6973659. OLE color: 6973659.
HSL color Cylindrical-coordinate representation of color #DB686A: hue angle of 358.96º 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 #DB686A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 106 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.14 |
| HSL | 358.96º | 0.61% | 0.63% | - |
| HSV(B) | 358.96º | 0.53% | 0.86% | - |
| XYZ | 36.77 | 26 | 16.72 | - |
| YUV | 138.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 106 | 0 | 0.53 | 0.52 | 0.14 | 358.96 | 0.61 | 0.63 |
| Hex | DB | 68 | 6A | 0 | 35 | 34 | E | 167 | 3D | 3F |
| Octal | 333 | 150 | 152 | 0 | 65 | 64 | 16 | 547 | 75 | 77 |
| Binary | 11011011 | 1101000 | 1101010 | 0 | 110101 | 110100 | 1110 | 101100111 | 111101 | 111111 |
Color Harmonies of #DB686A
Complementary color
Monochromatic Colors of #DB686A
Black with #DB686A
Text Example
Text Example
White with #DB686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB686A; }
p { color: rgb(219,104,106); }
H1.HeaderClassName
{
color: #DB686A;
}
.AnyTagClassName
{
color: #DB686A;
}
</style>
background-color css
<style>
a { background-color: #DB686A; }
a { background-color: rgb(219,104,106); }
div.DivClassName
{
background-color: #DB686A;
}
.BgClassName
{
background-color: #DB686A;
}
</style>
border-color css
<style>
span { border-color: #DB686A; }
span { border-color: rgb(219,104,106); }
td.TdClassName
{
border-color: #DB686A;
}
.TagClassName
{
border-color: #DB686A;
}
</style>