Shades of Froly #D36973
Tints of Froly #D36973
RGB
CMYK
RGB Variations
Color information
#D36973 (or 0xD36973) is known color: Froly. HEX triplet: D3, 69 and 73. RGB value is (211,105,115). Sum of RGB (Red+Green+Blue) = 211+105+115=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D36973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36973 is #2C968C. Grayscale: #898989. Windows color (decimal): -2922125 or 7563731. OLE color: 7563731.
HSL color Cylindrical-coordinate representation of color #D36973: hue angle of 354.34º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36973 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 115 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.17 |
| HSL | 354.34º | 0.55% | 0.62% | - |
| HSV(B) | 354.34º | 0.5% | 0.83% | - |
| XYZ | 35.01 | 25.19 | 19.24 | - |
| YUV | 137.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 115 | 0 | 0.50 | 0.45 | 0.17 | 354.34 | 0.55 | 0.62 |
| Hex | D3 | 69 | 73 | 0 | 32 | 2D | 11 | 162 | 37 | 3E |
| Octal | 323 | 151 | 163 | 0 | 62 | 55 | 21 | 542 | 67 | 76 |
| Binary | 11010011 | 1101001 | 1110011 | 0 | 110010 | 101101 | 10001 | 101100010 | 110111 | 111110 |
Color Harmonies of #D36973
Complementary color
Monochromatic Colors of #D36973
Black with #D36973
Text Example
Text Example
White with #D36973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36973; }
p { color: rgb(211,105,115); }
H1.HeaderClassName
{
color: #D36973;
}
.AnyTagClassName
{
color: #D36973;
}
</style>
background-color css
<style>
a { background-color: #D36973; }
a { background-color: rgb(211,105,115); }
div.DivClassName
{
background-color: #D36973;
}
.BgClassName
{
background-color: #D36973;
}
</style>
border-color css
<style>
span { border-color: #D36973; }
span { border-color: rgb(211,105,115); }
td.TdClassName
{
border-color: #D36973;
}
.TagClassName
{
border-color: #D36973;
}
</style>