Shades of Salomie #FFD686
Tints of Salomie #FFD686
RGB
CMYK
RGB Variations
Color information
#FFD686 (or 0xFFD686) is known color: Salomie. HEX triplet: FF, D6 and 86. RGB value is (255,214,134). Sum of RGB (Red+Green+Blue) = 255+214+134=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD686 is #002979. Grayscale: #D9D9D9. Windows color (decimal): -10618 or 8836863. OLE color: 8836863.
HSL color Cylindrical-coordinate representation of color #FFD686: hue angle of 39.67º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFD686 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 134 | - |
| CMYK | 0 | 0.16 | 0.47 | 0 |
| HSL | 39.67º | 1% | 0.76% | - |
| HSV(B) | 39.67º | 0.47% | 1% | - |
| XYZ | 69.59 | 71.07 | 32.61 | - |
| YUV | 217.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 134 | 0 | 0.16 | 0.47 | 0 | 39.67 | 1 | 0.76 |
| Hex | FF | D6 | 86 | 0 | 10 | 2F | 0 | 28 | 64 | 4C |
| Octal | 377 | 326 | 206 | 0 | 20 | 57 | 0 | 50 | 144 | 114 |
| Binary | 11111111 | 11010110 | 10000110 | 0 | 10000 | 101111 | 0 | 101000 | 1100100 | 1001100 |
Color Harmonies of #FFD686
Complementary color
Monochromatic Colors of #FFD686
Black with #FFD686
Text Example
Text Example
White with #FFD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD686; }
p { color: rgb(255,214,134); }
H1.HeaderClassName
{
color: #FFD686;
}
.AnyTagClassName
{
color: #FFD686;
}
</style>
background-color css
<style>
a { background-color: #FFD686; }
a { background-color: rgb(255,214,134); }
div.DivClassName
{
background-color: #FFD686;
}
.BgClassName
{
background-color: #FFD686;
}
</style>
border-color css
<style>
span { border-color: #FFD686; }
span { border-color: rgb(255,214,134); }
td.TdClassName
{
border-color: #FFD686;
}
.TagClassName
{
border-color: #FFD686;
}
</style>