Shades of Froly #DA686B
Tints of Froly #DA686B
RGB
CMYK
RGB Variations
Color information
#DA686B (or 0xDA686B) is known color: Froly. HEX triplet: DA, 68 and 6B. RGB value is (218,104,107). Sum of RGB (Red+Green+Blue) = 218+104+107=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA686B is #259794. Grayscale: #8A8A8A. Windows color (decimal): -2463637 or 7039194. OLE color: 7039194.
HSL color Cylindrical-coordinate representation of color #DA686B: hue angle of 358.42º 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 #DA686B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 107 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.15 |
| HSL | 358.42º | 0.61% | 0.63% | - |
| HSV(B) | 358.42º | 0.52% | 0.85% | - |
| XYZ | 36.52 | 25.87 | 16.98 | - |
| YUV | 138.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 107 | 0 | 0.52 | 0.51 | 0.15 | 358.42 | 0.61 | 0.63 |
| Hex | DA | 68 | 6B | 0 | 34 | 33 | F | 166 | 3D | 3F |
| Octal | 332 | 150 | 153 | 0 | 64 | 63 | 17 | 546 | 75 | 77 |
| Binary | 11011010 | 1101000 | 1101011 | 0 | 110100 | 110011 | 1111 | 101100110 | 111101 | 111111 |
Color Harmonies of #DA686B
Complementary color
Monochromatic Colors of #DA686B
Black with #DA686B
Text Example
Text Example
White with #DA686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA686B; }
p { color: rgb(218,104,107); }
H1.HeaderClassName
{
color: #DA686B;
}
.AnyTagClassName
{
color: #DA686B;
}
</style>
background-color css
<style>
a { background-color: #DA686B; }
a { background-color: rgb(218,104,107); }
div.DivClassName
{
background-color: #DA686B;
}
.BgClassName
{
background-color: #DA686B;
}
</style>
border-color css
<style>
span { border-color: #DA686B; }
span { border-color: rgb(218,104,107); }
td.TdClassName
{
border-color: #DA686B;
}
.TagClassName
{
border-color: #DA686B;
}
</style>