Shades of Froly #D36C79
Tints of Froly #D36C79
RGB
CMYK
RGB Variations
Color information
#D36C79 (or 0xD36C79) is known color: Froly. HEX triplet: D3, 6C and 79. RGB value is (211,108,121). Sum of RGB (Red+Green+Blue) = 211+108+121=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C79 is #2C9386. Grayscale: #8C8C8C. Windows color (decimal): -2921351 or 7957715. OLE color: 7957715.
HSL color Cylindrical-coordinate representation of color #D36C79: hue angle of 352.43º 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 #D36C79 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 121 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.17 |
| HSL | 352.43º | 0.54% | 0.63% | - |
| HSV(B) | 352.43º | 0.49% | 0.83% | - |
| XYZ | 35.68 | 25.95 | 21.22 | - |
| YUV | 140.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 121 | 0 | 0.49 | 0.43 | 0.17 | 352.43 | 0.54 | 0.63 |
| Hex | D3 | 6C | 79 | 0 | 31 | 2B | 11 | 160 | 36 | 3F |
| Octal | 323 | 154 | 171 | 0 | 61 | 53 | 21 | 540 | 66 | 77 |
| Binary | 11010011 | 1101100 | 1111001 | 0 | 110001 | 101011 | 10001 | 101100000 | 110110 | 111111 |
Color Harmonies of #D36C79
Complementary color
Monochromatic Colors of #D36C79
Black with #D36C79
Text Example
Text Example
White with #D36C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C79; }
p { color: rgb(211,108,121); }
H1.HeaderClassName
{
color: #D36C79;
}
.AnyTagClassName
{
color: #D36C79;
}
</style>
background-color css
<style>
a { background-color: #D36C79; }
a { background-color: rgb(211,108,121); }
div.DivClassName
{
background-color: #D36C79;
}
.BgClassName
{
background-color: #D36C79;
}
</style>
border-color css
<style>
span { border-color: #D36C79; }
span { border-color: rgb(211,108,121); }
td.TdClassName
{
border-color: #D36C79;
}
.TagClassName
{
border-color: #D36C79;
}
</style>