Shades of Froly #DB676D
Tints of Froly #DB676D
RGB
CMYK
RGB Variations
Color information
#DB676D (or 0xDB676D) is known color: Froly. HEX triplet: DB, 67 and 6D. RGB value is (219,103,109). Sum of RGB (Red+Green+Blue) = 219+103+109=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB676D is #249892. Grayscale: #8A8A8A. Windows color (decimal): -2398355 or 7170011. OLE color: 7170011.
HSL color Cylindrical-coordinate representation of color #DB676D: hue angle of 356.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 #DB676D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 109 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.14 |
| HSL | 356.9º | 0.62% | 0.63% | - |
| HSV(B) | 356.9º | 0.53% | 0.86% | - |
| XYZ | 36.82 | 25.86 | 17.52 | - |
| YUV | 138.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 109 | 0 | 0.53 | 0.50 | 0.14 | 356.9 | 0.62 | 0.63 |
| Hex | DB | 67 | 6D | 0 | 35 | 32 | E | 165 | 3E | 3F |
| Octal | 333 | 147 | 155 | 0 | 65 | 62 | 16 | 545 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1101101 | 0 | 110101 | 110010 | 1110 | 101100101 | 111110 | 111111 |
Color Harmonies of #DB676D
Complementary color
Monochromatic Colors of #DB676D
Black with #DB676D
Text Example
Text Example
White with #DB676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB676D; }
p { color: rgb(219,103,109); }
H1.HeaderClassName
{
color: #DB676D;
}
.AnyTagClassName
{
color: #DB676D;
}
</style>
background-color css
<style>
a { background-color: #DB676D; }
a { background-color: rgb(219,103,109); }
div.DivClassName
{
background-color: #DB676D;
}
.BgClassName
{
background-color: #DB676D;
}
</style>
border-color css
<style>
span { border-color: #DB676D; }
span { border-color: rgb(219,103,109); }
td.TdClassName
{
border-color: #DB676D;
}
.TagClassName
{
border-color: #DB676D;
}
</style>