Shades of Froly #DA666C
Tints of Froly #DA666C
RGB
CMYK
RGB Variations
Color information
#DA666C (or 0xDA666C) is known color: Froly. HEX triplet: DA, 66 and 6C. RGB value is (218,102,108). Sum of RGB (Red+Green+Blue) = 218+102+108=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA666C is #259993. Grayscale: #898989. Windows color (decimal): -2464148 or 7104218. OLE color: 7104218.
HSL color Cylindrical-coordinate representation of color #DA666C: hue angle of 356.9º 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 #DA666C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 108 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.15 |
| HSL | 356.9º | 0.61% | 0.63% | - |
| HSV(B) | 356.9º | 0.53% | 0.85% | - |
| XYZ | 36.37 | 25.49 | 17.19 | - |
| YUV | 137.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 108 | 0 | 0.53 | 0.50 | 0.15 | 356.9 | 0.61 | 0.63 |
| Hex | DA | 66 | 6C | 0 | 35 | 32 | F | 165 | 3D | 3F |
| Octal | 332 | 146 | 154 | 0 | 65 | 62 | 17 | 545 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1101100 | 0 | 110101 | 110010 | 1111 | 101100101 | 111101 | 111111 |
Color Harmonies of #DA666C
Complementary color
Monochromatic Colors of #DA666C
Black with #DA666C
Text Example
Text Example
White with #DA666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA666C; }
p { color: rgb(218,102,108); }
H1.HeaderClassName
{
color: #DA666C;
}
.AnyTagClassName
{
color: #DA666C;
}
</style>
background-color css
<style>
a { background-color: #DA666C; }
a { background-color: rgb(218,102,108); }
div.DivClassName
{
background-color: #DA666C;
}
.BgClassName
{
background-color: #DA666C;
}
</style>
border-color css
<style>
span { border-color: #DA666C; }
span { border-color: rgb(218,102,108); }
td.TdClassName
{
border-color: #DA666C;
}
.TagClassName
{
border-color: #DA666C;
}
</style>