Shades of Froly #DB696D
Tints of Froly #DB696D
RGB
CMYK
RGB Variations
Color information
#DB696D (or 0xDB696D) is known color: Froly. HEX triplet: DB, 69 and 6D. RGB value is (219,105,109). Sum of RGB (Red+Green+Blue) = 219+105+109=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB696D is #249692. Grayscale: #8B8B8B. Windows color (decimal): -2397843 or 7170523. OLE color: 7170523.
HSL color Cylindrical-coordinate representation of color #DB696D: hue angle of 357.89º 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 #DB696D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 109 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.14 |
| HSL | 357.89º | 0.61% | 0.64% | - |
| HSV(B) | 357.89º | 0.52% | 0.86% | - |
| XYZ | 37.03 | 26.27 | 17.59 | - |
| YUV | 139.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 109 | 0 | 0.52 | 0.50 | 0.14 | 357.89 | 0.61 | 0.64 |
| Hex | DB | 69 | 6D | 0 | 34 | 32 | E | 166 | 3D | 40 |
| Octal | 333 | 151 | 155 | 0 | 64 | 62 | 16 | 546 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1101101 | 0 | 110100 | 110010 | 1110 | 101100110 | 111101 | 1000000 |
Color Harmonies of #DB696D
Complementary color
Monochromatic Colors of #DB696D
Black with #DB696D
Text Example
Text Example
White with #DB696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB696D; }
p { color: rgb(219,105,109); }
H1.HeaderClassName
{
color: #DB696D;
}
.AnyTagClassName
{
color: #DB696D;
}
</style>
background-color css
<style>
a { background-color: #DB696D; }
a { background-color: rgb(219,105,109); }
div.DivClassName
{
background-color: #DB696D;
}
.BgClassName
{
background-color: #DB696D;
}
</style>
border-color css
<style>
span { border-color: #DB696D; }
span { border-color: rgb(219,105,109); }
td.TdClassName
{
border-color: #DB696D;
}
.TagClassName
{
border-color: #DB696D;
}
</style>