Shades of Froly #DA6B73
Tints of Froly #DA6B73
RGB
CMYK
RGB Variations
Color information
#DA6B73 (or 0xDA6B73) is known color: Froly. HEX triplet: DA, 6B and 73. RGB value is (218,107,115). Sum of RGB (Red+Green+Blue) = 218+107+115=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B73 is #25948C. Grayscale: #8D8D8D. Windows color (decimal): -2462861 or 7564250. OLE color: 7564250.
HSL color Cylindrical-coordinate representation of color #DA6B73: hue angle of 355.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6B73 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 115 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.15 |
| HSL | 355.68º | 0.6% | 0.64% | - |
| HSV(B) | 355.68º | 0.51% | 0.85% | - |
| XYZ | 37.27 | 26.66 | 19.4 | - |
| YUV | 141.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 115 | 0 | 0.51 | 0.47 | 0.15 | 355.68 | 0.6 | 0.64 |
| Hex | DA | 6B | 73 | 0 | 33 | 2F | F | 164 | 3C | 40 |
| Octal | 332 | 153 | 163 | 0 | 63 | 57 | 17 | 544 | 74 | 100 |
| Binary | 11011010 | 1101011 | 1110011 | 0 | 110011 | 101111 | 1111 | 101100100 | 111100 | 1000000 |
Color Harmonies of #DA6B73
Complementary color
Monochromatic Colors of #DA6B73
Black with #DA6B73
Text Example
Text Example
White with #DA6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B73; }
p { color: rgb(218,107,115); }
H1.HeaderClassName
{
color: #DA6B73;
}
.AnyTagClassName
{
color: #DA6B73;
}
</style>
background-color css
<style>
a { background-color: #DA6B73; }
a { background-color: rgb(218,107,115); }
div.DivClassName
{
background-color: #DA6B73;
}
.BgClassName
{
background-color: #DA6B73;
}
</style>
border-color css
<style>
span { border-color: #DA6B73; }
span { border-color: rgb(218,107,115); }
td.TdClassName
{
border-color: #DA6B73;
}
.TagClassName
{
border-color: #DA6B73;
}
</style>