Shades of Froly #DA696B
Tints of Froly #DA696B
RGB
CMYK
RGB Variations
Color information
#DA696B (or 0xDA696B) is known color: Froly. HEX triplet: DA, 69 and 6B. RGB value is (218,105,107). Sum of RGB (Red+Green+Blue) = 218+105+107=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA696B is #259694. Grayscale: #8B8B8B. Windows color (decimal): -2463381 or 7039450. OLE color: 7039450.
HSL color Cylindrical-coordinate representation of color #DA696B: hue angle of 358.94º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA696B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 107 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.15 |
| HSL | 358.94º | 0.6% | 0.63% | - |
| HSV(B) | 358.94º | 0.52% | 0.85% | - |
| XYZ | 36.62 | 26.07 | 17.01 | - |
| YUV | 139.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 107 | 0 | 0.52 | 0.51 | 0.15 | 358.94 | 0.6 | 0.63 |
| Hex | DA | 69 | 6B | 0 | 34 | 33 | F | 167 | 3C | 3F |
| Octal | 332 | 151 | 153 | 0 | 64 | 63 | 17 | 547 | 74 | 77 |
| Binary | 11011010 | 1101001 | 1101011 | 0 | 110100 | 110011 | 1111 | 101100111 | 111100 | 111111 |
Color Harmonies of #DA696B
Complementary color
Monochromatic Colors of #DA696B
Black with #DA696B
Text Example
Text Example
White with #DA696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA696B; }
p { color: rgb(218,105,107); }
H1.HeaderClassName
{
color: #DA696B;
}
.AnyTagClassName
{
color: #DA696B;
}
</style>
background-color css
<style>
a { background-color: #DA696B; }
a { background-color: rgb(218,105,107); }
div.DivClassName
{
background-color: #DA696B;
}
.BgClassName
{
background-color: #DA696B;
}
</style>
border-color css
<style>
span { border-color: #DA696B; }
span { border-color: rgb(218,105,107); }
td.TdClassName
{
border-color: #DA696B;
}
.TagClassName
{
border-color: #DA696B;
}
</style>