Shades of Froly #DB676A
Tints of Froly #DB676A
RGB
CMYK
RGB Variations
Color information
#DB676A (or 0xDB676A) is known color: Froly. HEX triplet: DB, 67 and 6A. RGB value is (219,103,106). Sum of RGB (Red+Green+Blue) = 219+103+106=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB676A is #249895. Grayscale: #8A8A8A. Windows color (decimal): -2398358 or 6973403. OLE color: 6973403.
HSL color Cylindrical-coordinate representation of color #DB676A: hue angle of 358.45º 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 #DB676A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 106 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.14 |
| HSL | 358.45º | 0.62% | 0.63% | - |
| HSV(B) | 358.45º | 0.53% | 0.86% | - |
| XYZ | 36.67 | 25.8 | 16.68 | - |
| YUV | 138.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 106 | 0 | 0.53 | 0.52 | 0.14 | 358.45 | 0.62 | 0.63 |
| Hex | DB | 67 | 6A | 0 | 35 | 34 | E | 166 | 3E | 3F |
| Octal | 333 | 147 | 152 | 0 | 65 | 64 | 16 | 546 | 76 | 77 |
| Binary | 11011011 | 1100111 | 1101010 | 0 | 110101 | 110100 | 1110 | 101100110 | 111110 | 111111 |
Color Harmonies of #DB676A
Complementary color
Monochromatic Colors of #DB676A
Black with #DB676A
Text Example
Text Example
White with #DB676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB676A; }
p { color: rgb(219,103,106); }
H1.HeaderClassName
{
color: #DB676A;
}
.AnyTagClassName
{
color: #DB676A;
}
</style>
background-color css
<style>
a { background-color: #DB676A; }
a { background-color: rgb(219,103,106); }
div.DivClassName
{
background-color: #DB676A;
}
.BgClassName
{
background-color: #DB676A;
}
</style>
border-color css
<style>
span { border-color: #DB676A; }
span { border-color: rgb(219,103,106); }
td.TdClassName
{
border-color: #DB676A;
}
.TagClassName
{
border-color: #DB676A;
}
</style>