Shades of Froly #DB677C
Tints of Froly #DB677C
RGB
CMYK
RGB Variations
Color information
#DB677C (or 0xDB677C) is known color: Froly. HEX triplet: DB, 67 and 7C. RGB value is (219,103,124). Sum of RGB (Red+Green+Blue) = 219+103+124=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB677C is #249883. Grayscale: #8C8C8C. Windows color (decimal): -2398340 or 8153051. OLE color: 8153051.
HSL color Cylindrical-coordinate representation of color #DB677C: hue angle of 349.14º 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 #DB677C is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 124 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.14 |
| HSL | 349.14º | 0.62% | 0.63% | - |
| HSV(B) | 349.14º | 0.53% | 0.86% | - |
| XYZ | 37.7 | 26.22 | 22.14 | - |
| YUV | 140.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 124 | 0 | 0.53 | 0.43 | 0.14 | 349.14 | 0.62 | 0.63 |
| Hex | DB | 67 | 7C | 0 | 35 | 2B | E | 15D | 3E | 3F |
| Octal | 333 | 147 | 174 | 0 | 65 | 53 | 16 | 535 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1111100 | 0 | 110101 | 101011 | 1110 | 101011101 | 111110 | 111111 |
Color Harmonies of #DB677C
Complementary color
Monochromatic Colors of #DB677C
Black with #DB677C
Text Example
Text Example
White with #DB677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB677C; }
p { color: rgb(219,103,124); }
H1.HeaderClassName
{
color: #DB677C;
}
.AnyTagClassName
{
color: #DB677C;
}
</style>
background-color css
<style>
a { background-color: #DB677C; }
a { background-color: rgb(219,103,124); }
div.DivClassName
{
background-color: #DB677C;
}
.BgClassName
{
background-color: #DB677C;
}
</style>
border-color css
<style>
span { border-color: #DB677C; }
span { border-color: rgb(219,103,124); }
td.TdClassName
{
border-color: #DB677C;
}
.TagClassName
{
border-color: #DB677C;
}
</style>