Shades of Froly #DB696F
Tints of Froly #DB696F
RGB
CMYK
RGB Variations
Color information
#DB696F (or 0xDB696F) is known color: Froly. HEX triplet: DB, 69 and 6F. RGB value is (219,105,111). Sum of RGB (Red+Green+Blue) = 219+105+111=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB696F is #249690. Grayscale: #8B8B8B. Windows color (decimal): -2397841 or 7301595. OLE color: 7301595.
HSL color Cylindrical-coordinate representation of color #DB696F: hue angle of 356.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB696F is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 111 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.14 |
| HSL | 356.84º | 0.61% | 0.64% | - |
| HSV(B) | 356.84º | 0.52% | 0.86% | - |
| XYZ | 37.13 | 26.31 | 18.16 | - |
| YUV | 139.77 | 111.77 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 111 | 0 | 0.52 | 0.49 | 0.14 | 356.84 | 0.61 | 0.64 |
| Hex | DB | 69 | 6F | 0 | 34 | 31 | E | 165 | 3D | 40 |
| Octal | 333 | 151 | 157 | 0 | 64 | 61 | 16 | 545 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1101111 | 0 | 110100 | 110001 | 1110 | 101100101 | 111101 | 1000000 |
Color Harmonies of #DB696F
Complementary color
Monochromatic Colors of #DB696F
Black with #DB696F
Text Example
Text Example
White with #DB696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB696F; }
p { color: rgb(219,105,111); }
H1.HeaderClassName
{
color: #DB696F;
}
.AnyTagClassName
{
color: #DB696F;
}
</style>
background-color css
<style>
a { background-color: #DB696F; }
a { background-color: rgb(219,105,111); }
div.DivClassName
{
background-color: #DB696F;
}
.BgClassName
{
background-color: #DB696F;
}
</style>
border-color css
<style>
span { border-color: #DB696F; }
span { border-color: rgb(219,105,111); }
td.TdClassName
{
border-color: #DB696F;
}
.TagClassName
{
border-color: #DB696F;
}
</style>