Shades of Froly #DB676B
Tints of Froly #DB676B
RGB
CMYK
RGB Variations
Color information
#DB676B (or 0xDB676B) is known color: Froly. HEX triplet: DB, 67 and 6B. RGB value is (219,103,107). Sum of RGB (Red+Green+Blue) = 219+103+107=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB676B is #249894. Grayscale: #8A8A8A. Windows color (decimal): -2398357 or 7038939. OLE color: 7038939.
HSL color Cylindrical-coordinate representation of color #DB676B: hue angle of 357.93º 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 #DB676B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 107 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.14 |
| HSL | 357.93º | 0.62% | 0.63% | - |
| HSV(B) | 357.93º | 0.53% | 0.86% | - |
| XYZ | 36.72 | 25.82 | 16.96 | - |
| YUV | 138.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 107 | 0 | 0.53 | 0.51 | 0.14 | 357.93 | 0.62 | 0.63 |
| Hex | DB | 67 | 6B | 0 | 35 | 33 | E | 166 | 3E | 3F |
| Octal | 333 | 147 | 153 | 0 | 65 | 63 | 16 | 546 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1101011 | 0 | 110101 | 110011 | 1110 | 101100110 | 111110 | 111111 |
Color Harmonies of #DB676B
Complementary color
Monochromatic Colors of #DB676B
Black with #DB676B
Text Example
Text Example
White with #DB676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB676B; }
p { color: rgb(219,103,107); }
H1.HeaderClassName
{
color: #DB676B;
}
.AnyTagClassName
{
color: #DB676B;
}
</style>
background-color css
<style>
a { background-color: #DB676B; }
a { background-color: rgb(219,103,107); }
div.DivClassName
{
background-color: #DB676B;
}
.BgClassName
{
background-color: #DB676B;
}
</style>
border-color css
<style>
span { border-color: #DB676B; }
span { border-color: rgb(219,103,107); }
td.TdClassName
{
border-color: #DB676B;
}
.TagClassName
{
border-color: #DB676B;
}
</style>