Shades of Froly #DA6C6E
Tints of Froly #DA6C6E
RGB
CMYK
RGB Variations
Color information
#DA6C6E (or 0xDA6C6E) is known color: Froly. HEX triplet: DA, 6C and 6E. RGB value is (218,108,110). Sum of RGB (Red+Green+Blue) = 218+108+110=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6C6E is #259391. Grayscale: #8D8D8D. Windows color (decimal): -2462610 or 7236826. OLE color: 7236826.
HSL color Cylindrical-coordinate representation of color #DA6C6E: hue angle of 358.91º 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 #DA6C6E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 110 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.15 |
| HSL | 358.91º | 0.6% | 0.64% | - |
| HSV(B) | 358.91º | 0.5% | 0.85% | - |
| XYZ | 37.09 | 26.76 | 17.96 | - |
| YUV | 141.12 | 110.44 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 110 | 0 | 0.50 | 0.50 | 0.15 | 358.91 | 0.6 | 0.64 |
| Hex | DA | 6C | 6E | 0 | 32 | 32 | F | 167 | 3C | 40 |
| Octal | 332 | 154 | 156 | 0 | 62 | 62 | 17 | 547 | 74 | 100 |
| Binary | 11011010 | 1101100 | 1101110 | 0 | 110010 | 110010 | 1111 | 101100111 | 111100 | 1000000 |
Color Harmonies of #DA6C6E
Complementary color
Monochromatic Colors of #DA6C6E
Black with #DA6C6E
Text Example
Text Example
White with #DA6C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C6E; }
p { color: rgb(218,108,110); }
H1.HeaderClassName
{
color: #DA6C6E;
}
.AnyTagClassName
{
color: #DA6C6E;
}
</style>
background-color css
<style>
a { background-color: #DA6C6E; }
a { background-color: rgb(218,108,110); }
div.DivClassName
{
background-color: #DA6C6E;
}
.BgClassName
{
background-color: #DA6C6E;
}
</style>
border-color css
<style>
span { border-color: #DA6C6E; }
span { border-color: rgb(218,108,110); }
td.TdClassName
{
border-color: #DA6C6E;
}
.TagClassName
{
border-color: #DA6C6E;
}
</style>