Shades of Froly #DA6669
Tints of Froly #DA6669
RGB
CMYK
RGB Variations
Color information
#DA6669 (or 0xDA6669) is known color: Froly. HEX triplet: DA, 66 and 69. RGB value is (218,102,105). Sum of RGB (Red+Green+Blue) = 218+102+105=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6669 is #259996. Grayscale: #898989. Windows color (decimal): -2464151 or 6907610. OLE color: 6907610.
HSL color Cylindrical-coordinate representation of color #DA6669: hue angle of 358.45º 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 #DA6669 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 105 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.15 |
| HSL | 358.45º | 0.61% | 0.63% | - |
| HSV(B) | 358.45º | 0.53% | 0.85% | - |
| XYZ | 36.21 | 25.43 | 16.36 | - |
| YUV | 137.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 105 | 0 | 0.53 | 0.52 | 0.15 | 358.45 | 0.61 | 0.63 |
| Hex | DA | 66 | 69 | 0 | 35 | 34 | F | 166 | 3D | 3F |
| Octal | 332 | 146 | 151 | 0 | 65 | 64 | 17 | 546 | 75 | 77 |
| Binary | 11011010 | 1100110 | 1101001 | 0 | 110101 | 110100 | 1111 | 101100110 | 111101 | 111111 |
Color Harmonies of #DA6669
Complementary color
Monochromatic Colors of #DA6669
Black with #DA6669
Text Example
Text Example
White with #DA6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6669; }
p { color: rgb(218,102,105); }
H1.HeaderClassName
{
color: #DA6669;
}
.AnyTagClassName
{
color: #DA6669;
}
</style>
background-color css
<style>
a { background-color: #DA6669; }
a { background-color: rgb(218,102,105); }
div.DivClassName
{
background-color: #DA6669;
}
.BgClassName
{
background-color: #DA6669;
}
</style>
border-color css
<style>
span { border-color: #DA6669; }
span { border-color: rgb(218,102,105); }
td.TdClassName
{
border-color: #DA6669;
}
.TagClassName
{
border-color: #DA6669;
}
</style>