Shades of Froly #DB666F
Tints of Froly #DB666F
RGB
CMYK
RGB Variations
Color information
#DB666F (or 0xDB666F) is known color: Froly. HEX triplet: DB, 66 and 6F. RGB value is (219,102,111). Sum of RGB (Red+Green+Blue) = 219+102+111=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB666F is #249990. Grayscale: #8A8A8A. Windows color (decimal): -2398609 or 7300827. OLE color: 7300827.
HSL color Cylindrical-coordinate representation of color #DB666F: hue angle of 355.38º degrees, saturation: 0.62, 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 #DB666F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 111 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.14 |
| HSL | 355.38º | 0.62% | 0.63% | - |
| HSV(B) | 355.38º | 0.53% | 0.86% | - |
| XYZ | 36.83 | 25.71 | 18.06 | - |
| YUV | 138.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 111 | 0 | 0.53 | 0.49 | 0.14 | 355.38 | 0.62 | 0.63 |
| Hex | DB | 66 | 6F | 0 | 35 | 31 | E | 163 | 3E | 3F |
| Octal | 333 | 146 | 157 | 0 | 65 | 61 | 16 | 543 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1101111 | 0 | 110101 | 110001 | 1110 | 101100011 | 111110 | 111111 |
Color Harmonies of #DB666F
Complementary color
Monochromatic Colors of #DB666F
Black with #DB666F
Text Example
Text Example
White with #DB666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB666F; }
p { color: rgb(219,102,111); }
H1.HeaderClassName
{
color: #DB666F;
}
.AnyTagClassName
{
color: #DB666F;
}
</style>
background-color css
<style>
a { background-color: #DB666F; }
a { background-color: rgb(219,102,111); }
div.DivClassName
{
background-color: #DB666F;
}
.BgClassName
{
background-color: #DB666F;
}
</style>
border-color css
<style>
span { border-color: #DB666F; }
span { border-color: rgb(219,102,111); }
td.TdClassName
{
border-color: #DB666F;
}
.TagClassName
{
border-color: #DB666F;
}
</style>