Shades of Froly #DB6769
Tints of Froly #DB6769
RGB
CMYK
RGB Variations
Color information
#DB6769 (or 0xDB6769) is known color: Froly. HEX triplet: DB, 67 and 69. RGB value is (219,103,105). Sum of RGB (Red+Green+Blue) = 219+103+105=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6769 is #249896. Grayscale: #8A8A8A. Windows color (decimal): -2398359 or 6907867. OLE color: 6907867.
HSL color Cylindrical-coordinate representation of color #DB6769: hue angle of 358.97º 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 #DB6769 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 105 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.14 |
| HSL | 358.97º | 0.62% | 0.63% | - |
| HSV(B) | 358.97º | 0.53% | 0.86% | - |
| XYZ | 36.61 | 25.78 | 16.41 | - |
| YUV | 137.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 105 | 0 | 0.53 | 0.52 | 0.14 | 358.97 | 0.62 | 0.63 |
| Hex | DB | 67 | 69 | 0 | 35 | 34 | E | 167 | 3E | 3F |
| Octal | 333 | 147 | 151 | 0 | 65 | 64 | 16 | 547 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1101001 | 0 | 110101 | 110100 | 1110 | 101100111 | 111110 | 111111 |
Color Harmonies of #DB6769
Complementary color
Monochromatic Colors of #DB6769
Black with #DB6769
Text Example
Text Example
White with #DB6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6769; }
p { color: rgb(219,103,105); }
H1.HeaderClassName
{
color: #DB6769;
}
.AnyTagClassName
{
color: #DB6769;
}
</style>
background-color css
<style>
a { background-color: #DB6769; }
a { background-color: rgb(219,103,105); }
div.DivClassName
{
background-color: #DB6769;
}
.BgClassName
{
background-color: #DB6769;
}
</style>
border-color css
<style>
span { border-color: #DB6769; }
span { border-color: rgb(219,103,105); }
td.TdClassName
{
border-color: #DB6769;
}
.TagClassName
{
border-color: #DB6769;
}
</style>