Shades of Froly #D3686C
Tints of Froly #D3686C
RGB
CMYK
RGB Variations
Color information
#D3686C (or 0xD3686C) is known color: Froly. HEX triplet: D3, 68 and 6C. RGB value is (211,104,108). Sum of RGB (Red+Green+Blue) = 211+104+108=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3686C is #2C9793. Grayscale: #888888. Windows color (decimal): -2922388 or 7104723. OLE color: 7104723.
HSL color Cylindrical-coordinate representation of color #D3686C: hue angle of 357.76º 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 #D3686C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 108 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.17 |
| HSL | 357.76º | 0.55% | 0.62% | - |
| HSV(B) | 357.76º | 0.51% | 0.83% | - |
| XYZ | 34.52 | 24.83 | 17.16 | - |
| YUV | 136.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 108 | 0 | 0.51 | 0.49 | 0.17 | 357.76 | 0.55 | 0.62 |
| Hex | D3 | 68 | 6C | 0 | 33 | 31 | 11 | 166 | 37 | 3E |
| Octal | 323 | 150 | 154 | 0 | 63 | 61 | 21 | 546 | 67 | 76 |
| Binary | 11010011 | 1101000 | 1101100 | 0 | 110011 | 110001 | 10001 | 101100110 | 110111 | 111110 |
Color Harmonies of #D3686C
Complementary color
Monochromatic Colors of #D3686C
Black with #D3686C
Text Example
Text Example
White with #D3686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3686C; }
p { color: rgb(211,104,108); }
H1.HeaderClassName
{
color: #D3686C;
}
.AnyTagClassName
{
color: #D3686C;
}
</style>
background-color css
<style>
a { background-color: #D3686C; }
a { background-color: rgb(211,104,108); }
div.DivClassName
{
background-color: #D3686C;
}
.BgClassName
{
background-color: #D3686C;
}
</style>
border-color css
<style>
span { border-color: #D3686C; }
span { border-color: rgb(211,104,108); }
td.TdClassName
{
border-color: #D3686C;
}
.TagClassName
{
border-color: #D3686C;
}
</style>