Shades of Froly #D0686C
Tints of Froly #D0686C
RGB
CMYK
RGB Variations
Color information
#D0686C (or 0xD0686C) is known color: Froly. HEX triplet: D0, 68 and 6C. RGB value is (208,104,108). Sum of RGB (Red+Green+Blue) = 208+104+108=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0686C is #2F9793. Grayscale: #878787. Windows color (decimal): -3118996 or 7104720. OLE color: 7104720.
HSL color Cylindrical-coordinate representation of color #D0686C: hue angle of 357.69º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0686C is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 108 | - |
| CMYK | 0 | 0.5 | 0.48 | 0.18 |
| HSL | 357.69º | 0.53% | 0.61% | - |
| HSV(B) | 357.69º | 0.5% | 0.82% | - |
| XYZ | 33.67 | 24.39 | 17.12 | - |
| YUV | 135.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 108 | 0 | 0.5 | 0.48 | 0.18 | 357.69 | 0.53 | 0.61 |
| Hex | D0 | 68 | 6C | 0 | 32 | 30 | 12 | 166 | 35 | 3D |
| Octal | 320 | 150 | 154 | 0 | 62 | 60 | 22 | 546 | 65 | 75 |
| Binary | 11010000 | 1101000 | 1101100 | 0 | 110010 | 110000 | 10010 | 101100110 | 110101 | 111101 |
Color Harmonies of #D0686C
Complementary color
Monochromatic Colors of #D0686C
Black with #D0686C
Text Example
Text Example
White with #D0686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0686C; }
p { color: rgb(208,104,108); }
H1.HeaderClassName
{
color: #D0686C;
}
.AnyTagClassName
{
color: #D0686C;
}
</style>
background-color css
<style>
a { background-color: #D0686C; }
a { background-color: rgb(208,104,108); }
div.DivClassName
{
background-color: #D0686C;
}
.BgClassName
{
background-color: #D0686C;
}
</style>
border-color css
<style>
span { border-color: #D0686C; }
span { border-color: rgb(208,104,108); }
td.TdClassName
{
border-color: #D0686C;
}
.TagClassName
{
border-color: #D0686C;
}
</style>