Shades of Froly #DB6669
Tints of Froly #DB6669
RGB
CMYK
RGB Variations
Color information
#DB6669 (or 0xDB6669) is known color: Froly. HEX triplet: DB, 66 and 69. RGB value is (219,102,105). Sum of RGB (Red+Green+Blue) = 219+102+105=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6669 is #249996. Grayscale: #898989. Windows color (decimal): -2398615 or 6907611. OLE color: 6907611.
HSL color Cylindrical-coordinate representation of color #DB6669: hue angle of 358.46º 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 #DB6669 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 105 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.14 |
| HSL | 358.46º | 0.62% | 0.63% | - |
| HSV(B) | 358.46º | 0.53% | 0.86% | - |
| XYZ | 36.51 | 25.58 | 16.38 | - |
| YUV | 137.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 105 | 0 | 0.53 | 0.52 | 0.14 | 358.46 | 0.62 | 0.63 |
| Hex | DB | 66 | 69 | 0 | 35 | 34 | E | 166 | 3E | 3F |
| Octal | 333 | 146 | 151 | 0 | 65 | 64 | 16 | 546 | 76 | 77 |
| Binary | 11011011 | 1100110 | 1101001 | 0 | 110101 | 110100 | 1110 | 101100110 | 111110 | 111111 |
Color Harmonies of #DB6669
Complementary color
Monochromatic Colors of #DB6669
Black with #DB6669
Text Example
Text Example
White with #DB6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6669; }
p { color: rgb(219,102,105); }
H1.HeaderClassName
{
color: #DB6669;
}
.AnyTagClassName
{
color: #DB6669;
}
</style>
background-color css
<style>
a { background-color: #DB6669; }
a { background-color: rgb(219,102,105); }
div.DivClassName
{
background-color: #DB6669;
}
.BgClassName
{
background-color: #DB6669;
}
</style>
border-color css
<style>
span { border-color: #DB6669; }
span { border-color: rgb(219,102,105); }
td.TdClassName
{
border-color: #DB6669;
}
.TagClassName
{
border-color: #DB6669;
}
</style>