Shades of Froly #DA686C
Tints of Froly #DA686C
RGB
CMYK
RGB Variations
Color information
#DA686C (or 0xDA686C) is known color: Froly. HEX triplet: DA, 68 and 6C. RGB value is (218,104,108). Sum of RGB (Red+Green+Blue) = 218+104+108=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA686C is #259793. Grayscale: #8A8A8A. Windows color (decimal): -2463636 or 7104730. OLE color: 7104730.
HSL color Cylindrical-coordinate representation of color #DA686C: hue angle of 357.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA686C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 108 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.15 |
| HSL | 357.89º | 0.61% | 0.63% | - |
| HSV(B) | 357.89º | 0.52% | 0.85% | - |
| XYZ | 36.57 | 25.89 | 17.26 | - |
| YUV | 138.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 108 | 0 | 0.52 | 0.50 | 0.15 | 357.89 | 0.61 | 0.63 |
| Hex | DA | 68 | 6C | 0 | 34 | 32 | F | 166 | 3D | 3F |
| Octal | 332 | 150 | 154 | 0 | 64 | 62 | 17 | 546 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1101100 | 0 | 110100 | 110010 | 1111 | 101100110 | 111101 | 111111 |
Color Harmonies of #DA686C
Complementary color
Monochromatic Colors of #DA686C
Black with #DA686C
Text Example
Text Example
White with #DA686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA686C; }
p { color: rgb(218,104,108); }
H1.HeaderClassName
{
color: #DA686C;
}
.AnyTagClassName
{
color: #DA686C;
}
</style>
background-color css
<style>
a { background-color: #DA686C; }
a { background-color: rgb(218,104,108); }
div.DivClassName
{
background-color: #DA686C;
}
.BgClassName
{
background-color: #DA686C;
}
</style>
border-color css
<style>
span { border-color: #DA686C; }
span { border-color: rgb(218,104,108); }
td.TdClassName
{
border-color: #DA686C;
}
.TagClassName
{
border-color: #DA686C;
}
</style>