Shades of Froly #DB676C
Tints of Froly #DB676C
RGB
CMYK
RGB Variations
Color information
#DB676C (or 0xDB676C) is known color: Froly. HEX triplet: DB, 67 and 6C. RGB value is (219,103,108). Sum of RGB (Red+Green+Blue) = 219+103+108=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB676C is #249893. Grayscale: #8A8A8A. Windows color (decimal): -2398356 or 7104475. OLE color: 7104475.
HSL color Cylindrical-coordinate representation of color #DB676C: hue angle of 357.41º 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 #DB676C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 103 | 108 | - |
CMYK | 0 | 0.53 | 0.51 | 0.14 |
HSL | 357.41º | 0.62% | 0.63% | - |
HSV(B) | 357.41º | 0.53% | 0.86% | - |
XYZ | 36.77 | 25.84 | 17.24 | - |
YUV | 138.25 | 110.93 | 185.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 103 | 108 | 0 | 0.53 | 0.51 | 0.14 | 357.41 | 0.62 | 0.63 |
Hex | DB | 67 | 6C | 0 | 35 | 33 | E | 165 | 3E | 3F |
Octal | 333 | 147 | 154 | 0 | 65 | 63 | 16 | 545 | 76 | 77 |
Binary | 11011011 | 1100111 | 1101100 | 0 | 110101 | 110011 | 1110 | 101100101 | 111110 | 111111 |
Color Harmonies of #DB676C
Complementary color
Monochromatic Colors of #DB676C
Black with #DB676C
Text Example
Text Example
White with #DB676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB676C; }
p { color: rgb(219,103,108); }
H1.HeaderClassName
{
color: #DB676C;
}
.AnyTagClassName
{
color: #DB676C;
}
</style>
background-color css
<style>
a { background-color: #DB676C; }
a { background-color: rgb(219,103,108); }
div.DivClassName
{
background-color: #DB676C;
}
.BgClassName
{
background-color: #DB676C;
}
</style>
border-color css
<style>
span { border-color: #DB676C; }
span { border-color: rgb(219,103,108); }
td.TdClassName
{
border-color: #DB676C;
}
.TagClassName
{
border-color: #DB676C;
}
</style>