Shades of Froly #DB677A
Tints of Froly #DB677A
RGB
CMYK
RGB Variations
Color information
#DB677A (or 0xDB677A) is known color: Froly. HEX triplet: DB, 67 and 7A. RGB value is (219,103,122). Sum of RGB (Red+Green+Blue) = 219+103+122=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB677A is #249885. Grayscale: #8B8B8B. Windows color (decimal): -2398342 or 8021979. OLE color: 8021979.
HSL color Cylindrical-coordinate representation of color #DB677A: hue angle of 350.17º 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 #DB677A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 122 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.14 |
| HSL | 350.17º | 0.62% | 0.63% | - |
| HSV(B) | 350.17º | 0.53% | 0.86% | - |
| XYZ | 37.58 | 26.17 | 21.48 | - |
| YUV | 139.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 122 | 0 | 0.53 | 0.44 | 0.14 | 350.17 | 0.62 | 0.63 |
| Hex | DB | 67 | 7A | 0 | 35 | 2C | E | 15E | 3E | 3F |
| Octal | 333 | 147 | 172 | 0 | 65 | 54 | 16 | 536 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1111010 | 0 | 110101 | 101100 | 1110 | 101011110 | 111110 | 111111 |
Color Harmonies of #DB677A
Complementary color
Monochromatic Colors of #DB677A
Black with #DB677A
Text Example
Text Example
White with #DB677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB677A; }
p { color: rgb(219,103,122); }
H1.HeaderClassName
{
color: #DB677A;
}
.AnyTagClassName
{
color: #DB677A;
}
</style>
background-color css
<style>
a { background-color: #DB677A; }
a { background-color: rgb(219,103,122); }
div.DivClassName
{
background-color: #DB677A;
}
.BgClassName
{
background-color: #DB677A;
}
</style>
border-color css
<style>
span { border-color: #DB677A; }
span { border-color: rgb(219,103,122); }
td.TdClassName
{
border-color: #DB677A;
}
.TagClassName
{
border-color: #DB677A;
}
</style>