Shades of Froly #D36869
Tints of Froly #D36869
RGB
CMYK
RGB Variations
Color information
#D36869 (or 0xD36869) is known color: Froly. HEX triplet: D3, 68 and 69. RGB value is (211,104,105). Sum of RGB (Red+Green+Blue) = 211+104+105=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D36869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36869 is #2C9796. Grayscale: #888888. Windows color (decimal): -2922391 or 6908115. OLE color: 6908115.
HSL color Cylindrical-coordinate representation of color #D36869: hue angle of 359.44º 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 #D36869 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 105 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.17 |
| HSL | 359.44º | 0.55% | 0.62% | - |
| HSV(B) | 359.44º | 0.51% | 0.83% | - |
| XYZ | 34.36 | 24.77 | 16.33 | - |
| YUV | 136.11 | 110.45 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 105 | 0 | 0.51 | 0.50 | 0.17 | 359.44 | 0.55 | 0.62 |
| Hex | D3 | 68 | 69 | 0 | 33 | 32 | 11 | 167 | 37 | 3E |
| Octal | 323 | 150 | 151 | 0 | 63 | 62 | 21 | 547 | 67 | 76 |
| Binary | 11010011 | 1101000 | 1101001 | 0 | 110011 | 110010 | 10001 | 101100111 | 110111 | 111110 |
Color Harmonies of #D36869
Complementary color
Monochromatic Colors of #D36869
Black with #D36869
Text Example
Text Example
White with #D36869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36869; }
p { color: rgb(211,104,105); }
H1.HeaderClassName
{
color: #D36869;
}
.AnyTagClassName
{
color: #D36869;
}
</style>
background-color css
<style>
a { background-color: #D36869; }
a { background-color: rgb(211,104,105); }
div.DivClassName
{
background-color: #D36869;
}
.BgClassName
{
background-color: #D36869;
}
</style>
border-color css
<style>
span { border-color: #D36869; }
span { border-color: rgb(211,104,105); }
td.TdClassName
{
border-color: #D36869;
}
.TagClassName
{
border-color: #D36869;
}
</style>