Shades of Froly #D36C73
Tints of Froly #D36C73
RGB
CMYK
RGB Variations
Color information
#D36C73 (or 0xD36C73) is known color: Froly. HEX triplet: D3, 6C and 73. RGB value is (211,108,115). Sum of RGB (Red+Green+Blue) = 211+108+115=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C73 is #2C938C. Grayscale: #8B8B8B. Windows color (decimal): -2921357 or 7564499. OLE color: 7564499.
HSL color Cylindrical-coordinate representation of color #D36C73: hue angle of 355.92º 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 #D36C73 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 115 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.17 |
| HSL | 355.92º | 0.54% | 0.63% | - |
| HSV(B) | 355.92º | 0.49% | 0.83% | - |
| XYZ | 35.32 | 25.81 | 19.34 | - |
| YUV | 139.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 115 | 0 | 0.49 | 0.45 | 0.17 | 355.92 | 0.54 | 0.63 |
| Hex | D3 | 6C | 73 | 0 | 31 | 2D | 11 | 164 | 36 | 3F |
| Octal | 323 | 154 | 163 | 0 | 61 | 55 | 21 | 544 | 66 | 77 |
| Binary | 11010011 | 1101100 | 1110011 | 0 | 110001 | 101101 | 10001 | 101100100 | 110110 | 111111 |
Color Harmonies of #D36C73
Complementary color
Monochromatic Colors of #D36C73
Black with #D36C73
Text Example
Text Example
White with #D36C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36C73; }
p { color: rgb(211,108,115); }
H1.HeaderClassName
{
color: #D36C73;
}
.AnyTagClassName
{
color: #D36C73;
}
</style>
background-color css
<style>
a { background-color: #D36C73; }
a { background-color: rgb(211,108,115); }
div.DivClassName
{
background-color: #D36C73;
}
.BgClassName
{
background-color: #D36C73;
}
</style>
border-color css
<style>
span { border-color: #D36C73; }
span { border-color: rgb(211,108,115); }
td.TdClassName
{
border-color: #D36C73;
}
.TagClassName
{
border-color: #D36C73;
}
</style>