Shades of Froly #DA666B
Tints of Froly #DA666B
RGB
CMYK
RGB Variations
Color information
#DA666B (or 0xDA666B) is known color: Froly. HEX triplet: DA, 66 and 6B. RGB value is (218,102,107). Sum of RGB (Red+Green+Blue) = 218+102+107=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA666B is #259994. Grayscale: #898989. Windows color (decimal): -2464149 or 7038682. OLE color: 7038682.
HSL color Cylindrical-coordinate representation of color #DA666B: hue angle of 357.41º 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 #DA666B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 107 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.15 |
| HSL | 357.41º | 0.61% | 0.63% | - |
| HSV(B) | 357.41º | 0.53% | 0.85% | - |
| XYZ | 36.32 | 25.47 | 16.91 | - |
| YUV | 137.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 107 | 0 | 0.53 | 0.51 | 0.15 | 357.41 | 0.61 | 0.63 |
| Hex | DA | 66 | 6B | 0 | 35 | 33 | F | 165 | 3D | 3F |
| Octal | 332 | 146 | 153 | 0 | 65 | 63 | 17 | 545 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1101011 | 0 | 110101 | 110011 | 1111 | 101100101 | 111101 | 111111 |
Color Harmonies of #DA666B
Complementary color
Monochromatic Colors of #DA666B
Black with #DA666B
Text Example
Text Example
White with #DA666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA666B; }
p { color: rgb(218,102,107); }
H1.HeaderClassName
{
color: #DA666B;
}
.AnyTagClassName
{
color: #DA666B;
}
</style>
background-color css
<style>
a { background-color: #DA666B; }
a { background-color: rgb(218,102,107); }
div.DivClassName
{
background-color: #DA666B;
}
.BgClassName
{
background-color: #DA666B;
}
</style>
border-color css
<style>
span { border-color: #DA666B; }
span { border-color: rgb(218,102,107); }
td.TdClassName
{
border-color: #DA666B;
}
.TagClassName
{
border-color: #DA666B;
}
</style>