Shades of Salomie #FFD586
Tints of Salomie #FFD586
RGB
CMYK
RGB Variations
Color information
#FFD586 (or 0xFFD586) is known color: Salomie. HEX triplet: FF, D5 and 86. RGB value is (255,213,134). Sum of RGB (Red+Green+Blue) = 255+213+134=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD586 is #002A79. Grayscale: #D8D8D8. Windows color (decimal): -10874 or 8836607. OLE color: 8836607.
HSL color Cylindrical-coordinate representation of color #FFD586: hue angle of 39.17º 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 #FFD586 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 134 | - |
| CMYK | 0 | 0.16 | 0.47 | 0 |
| HSL | 39.17º | 1% | 0.76% | - |
| HSV(B) | 39.17º | 0.47% | 1% | - |
| XYZ | 69.34 | 70.57 | 32.52 | - |
| YUV | 216.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 134 | 0 | 0.16 | 0.47 | 0 | 39.17 | 1 | 0.76 |
| Hex | FF | D5 | 86 | 0 | 10 | 2F | 0 | 27 | 64 | 4C |
| Octal | 377 | 325 | 206 | 0 | 20 | 57 | 0 | 47 | 144 | 114 |
| Binary | 11111111 | 11010101 | 10000110 | 0 | 10000 | 101111 | 0 | 100111 | 1100100 | 1001100 |
Color Harmonies of #FFD586
Complementary color
Monochromatic Colors of #FFD586
Black with #FFD586
Text Example
Text Example
White with #FFD586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD586; }
p { color: rgb(255,213,134); }
H1.HeaderClassName
{
color: #FFD586;
}
.AnyTagClassName
{
color: #FFD586;
}
</style>
background-color css
<style>
a { background-color: #FFD586; }
a { background-color: rgb(255,213,134); }
div.DivClassName
{
background-color: #FFD586;
}
.BgClassName
{
background-color: #FFD586;
}
</style>
border-color css
<style>
span { border-color: #FFD586; }
span { border-color: rgb(255,213,134); }
td.TdClassName
{
border-color: #FFD586;
}
.TagClassName
{
border-color: #FFD586;
}
</style>