Shades of Froly #D36F74
Tints of Froly #D36F74
RGB
CMYK
RGB Variations
Color information
#D36F74 (or 0xD36F74) is known color: Froly. HEX triplet: D3, 6F and 74. RGB value is (211,111,116). Sum of RGB (Red+Green+Blue) = 211+111+116=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36F74 is #2C908B. Grayscale: #8D8D8D. Windows color (decimal): -2920588 or 7630803. OLE color: 7630803.
HSL color Cylindrical-coordinate representation of color #D36F74: hue angle of 357º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36F74 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 116 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.17 |
| HSL | 357º | 0.53% | 0.63% | - |
| HSV(B) | 357º | 0.47% | 0.83% | - |
| XYZ | 35.7 | 26.48 | 19.75 | - |
| YUV | 141.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 116 | 0 | 0.47 | 0.45 | 0.17 | 357 | 0.53 | 0.63 |
| Hex | D3 | 6F | 74 | 0 | 2F | 2D | 11 | 165 | 35 | 3F |
| Octal | 323 | 157 | 164 | 0 | 57 | 55 | 21 | 545 | 65 | 77 |
| Binary | 11010011 | 1101111 | 1110100 | 0 | 101111 | 101101 | 10001 | 101100101 | 110101 | 111111 |
Color Harmonies of #D36F74
Complementary color
Monochromatic Colors of #D36F74
Black with #D36F74
Text Example
Text Example
White with #D36F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36F74; }
p { color: rgb(211,111,116); }
H1.HeaderClassName
{
color: #D36F74;
}
.AnyTagClassName
{
color: #D36F74;
}
</style>
background-color css
<style>
a { background-color: #D36F74; }
a { background-color: rgb(211,111,116); }
div.DivClassName
{
background-color: #D36F74;
}
.BgClassName
{
background-color: #D36F74;
}
</style>
border-color css
<style>
span { border-color: #D36F74; }
span { border-color: rgb(211,111,116); }
td.TdClassName
{
border-color: #D36F74;
}
.TagClassName
{
border-color: #D36F74;
}
</style>