Shades of Froly #D36775
Tints of Froly #D36775
RGB
CMYK
RGB Variations
Color information
#D36775 (or 0xD36775) is known color: Froly. HEX triplet: D3, 67 and 75. RGB value is (211,103,117). Sum of RGB (Red+Green+Blue) = 211+103+117=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D36775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36775 is #2C988A. Grayscale: #888888. Windows color (decimal): -2922635 or 7694291. OLE color: 7694291.
HSL color Cylindrical-coordinate representation of color #D36775: hue angle of 352.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36775 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 117 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.17 |
| HSL | 352.22º | 0.55% | 0.62% | - |
| HSV(B) | 352.22º | 0.51% | 0.83% | - |
| XYZ | 34.93 | 24.83 | 19.78 | - |
| YUV | 136.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 117 | 0 | 0.51 | 0.45 | 0.17 | 352.22 | 0.55 | 0.62 |
| Hex | D3 | 67 | 75 | 0 | 33 | 2D | 11 | 160 | 37 | 3E |
| Octal | 323 | 147 | 165 | 0 | 63 | 55 | 21 | 540 | 67 | 76 |
| Binary | 11010011 | 1100111 | 1110101 | 0 | 110011 | 101101 | 10001 | 101100000 | 110111 | 111110 |
Color Harmonies of #D36775
Complementary color
Monochromatic Colors of #D36775
Black with #D36775
Text Example
Text Example
White with #D36775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36775; }
p { color: rgb(211,103,117); }
H1.HeaderClassName
{
color: #D36775;
}
.AnyTagClassName
{
color: #D36775;
}
</style>
background-color css
<style>
a { background-color: #D36775; }
a { background-color: rgb(211,103,117); }
div.DivClassName
{
background-color: #D36775;
}
.BgClassName
{
background-color: #D36775;
}
</style>
border-color css
<style>
span { border-color: #D36775; }
span { border-color: rgb(211,103,117); }
td.TdClassName
{
border-color: #D36775;
}
.TagClassName
{
border-color: #D36775;
}
</style>