Shades of Froly #D16973
Tints of Froly #D16973
RGB
CMYK
RGB Variations
Color information
#D16973 (or 0xD16973) is known color: Froly. HEX triplet: D1, 69 and 73. RGB value is (209,105,115). Sum of RGB (Red+Green+Blue) = 209+105+115=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D16973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16973 is #2E968C. Grayscale: #898989. Windows color (decimal): -3053197 or 7563729. OLE color: 7563729.
HSL color Cylindrical-coordinate representation of color #D16973: hue angle of 354.23º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16973 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 115 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.18 |
| HSL | 354.23º | 0.53% | 0.62% | - |
| HSV(B) | 354.23º | 0.5% | 0.82% | - |
| XYZ | 34.44 | 24.9 | 19.21 | - |
| YUV | 137.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 115 | 0 | 0.50 | 0.45 | 0.18 | 354.23 | 0.53 | 0.62 |
| Hex | D1 | 69 | 73 | 0 | 32 | 2D | 12 | 162 | 35 | 3E |
| Octal | 321 | 151 | 163 | 0 | 62 | 55 | 22 | 542 | 65 | 76 |
| Binary | 11010001 | 1101001 | 1110011 | 0 | 110010 | 101101 | 10010 | 101100010 | 110101 | 111110 |
Color Harmonies of #D16973
Complementary color
Monochromatic Colors of #D16973
Black with #D16973
Text Example
Text Example
White with #D16973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16973; }
p { color: rgb(209,105,115); }
H1.HeaderClassName
{
color: #D16973;
}
.AnyTagClassName
{
color: #D16973;
}
</style>
background-color css
<style>
a { background-color: #D16973; }
a { background-color: rgb(209,105,115); }
div.DivClassName
{
background-color: #D16973;
}
.BgClassName
{
background-color: #D16973;
}
</style>
border-color css
<style>
span { border-color: #D16973; }
span { border-color: rgb(209,105,115); }
td.TdClassName
{
border-color: #D16973;
}
.TagClassName
{
border-color: #D16973;
}
</style>