Shades of Froly #DA666E
Tints of Froly #DA666E
RGB
CMYK
RGB Variations
Color information
#DA666E (or 0xDA666E) is known color: Froly. HEX triplet: DA, 66 and 6E. RGB value is (218,102,110). Sum of RGB (Red+Green+Blue) = 218+102+110=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA666E is #259991. Grayscale: #898989. Windows color (decimal): -2464146 or 7235290. OLE color: 7235290.
HSL color Cylindrical-coordinate representation of color #DA666E: hue angle of 355.86º 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 #DA666E is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 110 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.15 |
| HSL | 355.86º | 0.61% | 0.63% | - |
| HSV(B) | 355.86º | 0.53% | 0.85% | - |
| XYZ | 36.48 | 25.53 | 17.76 | - |
| YUV | 137.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 110 | 0 | 0.53 | 0.50 | 0.15 | 355.86 | 0.61 | 0.63 |
| Hex | DA | 66 | 6E | 0 | 35 | 32 | F | 164 | 3D | 3F |
| Octal | 332 | 146 | 156 | 0 | 65 | 62 | 17 | 544 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1101110 | 0 | 110101 | 110010 | 1111 | 101100100 | 111101 | 111111 |
Color Harmonies of #DA666E
Complementary color
Monochromatic Colors of #DA666E
Black with #DA666E
Text Example
Text Example
White with #DA666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA666E; }
p { color: rgb(218,102,110); }
H1.HeaderClassName
{
color: #DA666E;
}
.AnyTagClassName
{
color: #DA666E;
}
</style>
background-color css
<style>
a { background-color: #DA666E; }
a { background-color: rgb(218,102,110); }
div.DivClassName
{
background-color: #DA666E;
}
.BgClassName
{
background-color: #DA666E;
}
</style>
border-color css
<style>
span { border-color: #DA666E; }
span { border-color: rgb(218,102,110); }
td.TdClassName
{
border-color: #DA666E;
}
.TagClassName
{
border-color: #DA666E;
}
</style>