Shades of Froly #D16A70
Tints of Froly #D16A70
RGB
CMYK
RGB Variations
Color information
#D16A70 (or 0xD16A70) is known color: Froly. HEX triplet: D1, 6A and 70. RGB value is (209,106,112). Sum of RGB (Red+Green+Blue) = 209+106+112=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A70 is #2E958F. Grayscale: #898989. Windows color (decimal): -3052944 or 7367377. OLE color: 7367377.
HSL color Cylindrical-coordinate representation of color #D16A70: hue angle of 356.5º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16A70 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 112 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.18 |
| HSL | 356.5º | 0.53% | 0.62% | - |
| HSV(B) | 356.5º | 0.49% | 0.82% | - |
| XYZ | 34.37 | 25.03 | 18.35 | - |
| YUV | 137.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 112 | 0 | 0.49 | 0.46 | 0.18 | 356.5 | 0.53 | 0.62 |
| Hex | D1 | 6A | 70 | 0 | 31 | 2E | 12 | 165 | 35 | 3E |
| Octal | 321 | 152 | 160 | 0 | 61 | 56 | 22 | 545 | 65 | 76 |
| Binary | 11010001 | 1101010 | 1110000 | 0 | 110001 | 101110 | 10010 | 101100101 | 110101 | 111110 |
Color Harmonies of #D16A70
Complementary color
Monochromatic Colors of #D16A70
Black with #D16A70
Text Example
Text Example
White with #D16A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16A70; }
p { color: rgb(209,106,112); }
H1.HeaderClassName
{
color: #D16A70;
}
.AnyTagClassName
{
color: #D16A70;
}
</style>
background-color css
<style>
a { background-color: #D16A70; }
a { background-color: rgb(209,106,112); }
div.DivClassName
{
background-color: #D16A70;
}
.BgClassName
{
background-color: #D16A70;
}
</style>
border-color css
<style>
span { border-color: #D16A70; }
span { border-color: rgb(209,106,112); }
td.TdClassName
{
border-color: #D16A70;
}
.TagClassName
{
border-color: #D16A70;
}
</style>