Shades of Froly #DA676F
Tints of Froly #DA676F
RGB
CMYK
RGB Variations
Color information
#DA676F (or 0xDA676F) is known color: Froly. HEX triplet: DA, 67 and 6F. RGB value is (218,103,111). Sum of RGB (Red+Green+Blue) = 218+103+111=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA676F is #259890. Grayscale: #8A8A8A. Windows color (decimal): -2463889 or 7301082. OLE color: 7301082.
HSL color Cylindrical-coordinate representation of color #DA676F: hue angle of 355.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA676F is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 111 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.15 |
| HSL | 355.83º | 0.61% | 0.63% | - |
| HSV(B) | 355.83º | 0.53% | 0.85% | - |
| XYZ | 36.63 | 25.75 | 18.08 | - |
| YUV | 138.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 111 | 0 | 0.53 | 0.49 | 0.15 | 355.83 | 0.61 | 0.63 |
| Hex | DA | 67 | 6F | 0 | 35 | 31 | F | 164 | 3D | 3F |
| Octal | 332 | 147 | 157 | 0 | 65 | 61 | 17 | 544 | 75 | 77 |
| Binary | 11011010 | 1100111 | 1101111 | 0 | 110101 | 110001 | 1111 | 101100100 | 111101 | 111111 |
Color Harmonies of #DA676F
Complementary color
Monochromatic Colors of #DA676F
Black with #DA676F
Text Example
Text Example
White with #DA676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA676F; }
p { color: rgb(218,103,111); }
H1.HeaderClassName
{
color: #DA676F;
}
.AnyTagClassName
{
color: #DA676F;
}
</style>
background-color css
<style>
a { background-color: #DA676F; }
a { background-color: rgb(218,103,111); }
div.DivClassName
{
background-color: #DA676F;
}
.BgClassName
{
background-color: #DA676F;
}
</style>
border-color css
<style>
span { border-color: #DA676F; }
span { border-color: rgb(218,103,111); }
td.TdClassName
{
border-color: #DA676F;
}
.TagClassName
{
border-color: #DA676F;
}
</style>