Shades of Froly #DB666E
Tints of Froly #DB666E
RGB
CMYK
RGB Variations
Color information
#DB666E (or 0xDB666E) is known color: Froly. HEX triplet: DB, 66 and 6E. RGB value is (219,102,110). Sum of RGB (Red+Green+Blue) = 219+102+110=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB666E is #249991. Grayscale: #898989. Windows color (decimal): -2398610 or 7235291. OLE color: 7235291.
HSL color Cylindrical-coordinate representation of color #DB666E: hue angle of 355.9º 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 #DB666E is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 110 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.14 |
| HSL | 355.9º | 0.62% | 0.63% | - |
| HSV(B) | 355.9º | 0.53% | 0.86% | - |
| XYZ | 36.78 | 25.69 | 17.77 | - |
| YUV | 137.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 110 | 0 | 0.53 | 0.50 | 0.14 | 355.9 | 0.62 | 0.63 |
| Hex | DB | 66 | 6E | 0 | 35 | 32 | E | 164 | 3E | 3F |
| Octal | 333 | 146 | 156 | 0 | 65 | 62 | 16 | 544 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1101110 | 0 | 110101 | 110010 | 1110 | 101100100 | 111110 | 111111 |
Color Harmonies of #DB666E
Complementary color
Monochromatic Colors of #DB666E
Black with #DB666E
Text Example
Text Example
White with #DB666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB666E; }
p { color: rgb(219,102,110); }
H1.HeaderClassName
{
color: #DB666E;
}
.AnyTagClassName
{
color: #DB666E;
}
</style>
background-color css
<style>
a { background-color: #DB666E; }
a { background-color: rgb(219,102,110); }
div.DivClassName
{
background-color: #DB666E;
}
.BgClassName
{
background-color: #DB666E;
}
</style>
border-color css
<style>
span { border-color: #DB666E; }
span { border-color: rgb(219,102,110); }
td.TdClassName
{
border-color: #DB666E;
}
.TagClassName
{
border-color: #DB666E;
}
</style>