Shades of Froly #DA6D70
Tints of Froly #DA6D70
RGB
CMYK
RGB Variations
Color information
#DA6D70 (or 0xDA6D70) is known color: Froly. HEX triplet: DA, 6D and 70. RGB value is (218,109,112). Sum of RGB (Red+Green+Blue) = 218+109+112=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6D70 is #25928F. Grayscale: #8E8E8E. Windows color (decimal): -2462352 or 7368154. OLE color: 7368154.
HSL color Cylindrical-coordinate representation of color #DA6D70: hue angle of 358.35º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6D70 is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 112 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.15 |
| HSL | 358.35º | 0.6% | 0.64% | - |
| HSV(B) | 358.35º | 0.5% | 0.85% | - |
| XYZ | 37.31 | 27.01 | 18.58 | - |
| YUV | 141.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 112 | 0 | 0.5 | 0.49 | 0.15 | 358.35 | 0.6 | 0.64 |
| Hex | DA | 6D | 70 | 0 | 32 | 31 | F | 166 | 3C | 40 |
| Octal | 332 | 155 | 160 | 0 | 62 | 61 | 17 | 546 | 74 | 100 |
| Binary | 11011010 | 1101101 | 1110000 | 0 | 110010 | 110001 | 1111 | 101100110 | 111100 | 1000000 |
Color Harmonies of #DA6D70
Complementary color
Monochromatic Colors of #DA6D70
Black with #DA6D70
Text Example
Text Example
White with #DA6D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D70; }
p { color: rgb(218,109,112); }
H1.HeaderClassName
{
color: #DA6D70;
}
.AnyTagClassName
{
color: #DA6D70;
}
</style>
background-color css
<style>
a { background-color: #DA6D70; }
a { background-color: rgb(218,109,112); }
div.DivClassName
{
background-color: #DA6D70;
}
.BgClassName
{
background-color: #DA6D70;
}
</style>
border-color css
<style>
span { border-color: #DA6D70; }
span { border-color: rgb(218,109,112); }
td.TdClassName
{
border-color: #DA6D70;
}
.TagClassName
{
border-color: #DA6D70;
}
</style>