Shades of Froly #DA6769
Tints of Froly #DA6769
RGB
CMYK
RGB Variations
Color information
#DA6769 (or 0xDA6769) is known color: Froly. HEX triplet: DA, 67 and 69. RGB value is (218,103,105). Sum of RGB (Red+Green+Blue) = 218+103+105=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6769 is #259896. Grayscale: #898989. Windows color (decimal): -2463895 or 6907866. OLE color: 6907866.
HSL color Cylindrical-coordinate representation of color #DA6769: hue angle of 358.96º 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 #DA6769 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 105 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.15 |
| HSL | 358.96º | 0.61% | 0.63% | - |
| HSV(B) | 358.96º | 0.53% | 0.85% | - |
| XYZ | 36.31 | 25.63 | 16.4 | - |
| YUV | 137.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 105 | 0 | 0.53 | 0.52 | 0.15 | 358.96 | 0.61 | 0.63 |
| Hex | DA | 67 | 69 | 0 | 35 | 34 | F | 167 | 3D | 3F |
| Octal | 332 | 147 | 151 | 0 | 65 | 64 | 17 | 547 | 75 | 77 |
| Binary | 11011010 | 1100111 | 1101001 | 0 | 110101 | 110100 | 1111 | 101100111 | 111101 | 111111 |
Color Harmonies of #DA6769
Complementary color
Monochromatic Colors of #DA6769
Black with #DA6769
Text Example
Text Example
White with #DA6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6769; }
p { color: rgb(218,103,105); }
H1.HeaderClassName
{
color: #DA6769;
}
.AnyTagClassName
{
color: #DA6769;
}
</style>
background-color css
<style>
a { background-color: #DA6769; }
a { background-color: rgb(218,103,105); }
div.DivClassName
{
background-color: #DA6769;
}
.BgClassName
{
background-color: #DA6769;
}
</style>
border-color css
<style>
span { border-color: #DA6769; }
span { border-color: rgb(218,103,105); }
td.TdClassName
{
border-color: #DA6769;
}
.TagClassName
{
border-color: #DA6769;
}
</style>