Shades of Froly #D36C70
Tints of Froly #D36C70
RGB
CMYK
RGB Variations
Color information
#D36C70 (or 0xD36C70) is known color: Froly. HEX triplet: D3, 6C and 70. RGB value is (211,108,112). Sum of RGB (Red+Green+Blue) = 211+108+112=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C70 is #2C938F. Grayscale: #8B8B8B. Windows color (decimal): -2921360 or 7367891. OLE color: 7367891.
HSL color Cylindrical-coordinate representation of color #D36C70: hue angle of 357.67º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36C70 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 112 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.17 |
| HSL | 357.67º | 0.54% | 0.63% | - |
| HSV(B) | 357.67º | 0.49% | 0.83% | - |
| XYZ | 35.15 | 25.74 | 18.45 | - |
| YUV | 139.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 112 | 0 | 0.49 | 0.47 | 0.17 | 357.67 | 0.54 | 0.63 |
| Hex | D3 | 6C | 70 | 0 | 31 | 2F | 11 | 166 | 36 | 3F |
| Octal | 323 | 154 | 160 | 0 | 61 | 57 | 21 | 546 | 66 | 77 |
| Binary | 11010011 | 1101100 | 1110000 | 0 | 110001 | 101111 | 10001 | 101100110 | 110110 | 111111 |
Color Harmonies of #D36C70
Complementary color
Monochromatic Colors of #D36C70
Black with #D36C70
Text Example
Text Example
White with #D36C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C70; }
p { color: rgb(211,108,112); }
H1.HeaderClassName
{
color: #D36C70;
}
.AnyTagClassName
{
color: #D36C70;
}
</style>
background-color css
<style>
a { background-color: #D36C70; }
a { background-color: rgb(211,108,112); }
div.DivClassName
{
background-color: #D36C70;
}
.BgClassName
{
background-color: #D36C70;
}
</style>
border-color css
<style>
span { border-color: #D36C70; }
span { border-color: rgb(211,108,112); }
td.TdClassName
{
border-color: #D36C70;
}
.TagClassName
{
border-color: #D36C70;
}
</style>