Shades of Salomie #FFD587
Tints of Salomie #FFD587
RGB
CMYK
RGB Variations
Color information
#FFD587 (or 0xFFD587) is known color: Salomie. HEX triplet: FF, D5 and 87. RGB value is (255,213,135). Sum of RGB (Red+Green+Blue) = 255+213+135=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 135 (53.12% from 255 or 22.39% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD587 is #002A78. Grayscale: #D9D9D9. Windows color (decimal): -10873 or 8902143. OLE color: 8902143.
HSL color Cylindrical-coordinate representation of color #FFD587: hue angle of 39º 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 #FFD587 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 135 | - |
| CMYK | 0 | 0.16 | 0.47 | 0 |
| HSL | 39º | 1% | 0.76% | - |
| HSV(B) | 39º | 0.47% | 1% | - |
| XYZ | 69.41 | 70.6 | 32.89 | - |
| YUV | 216.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 135 | 0 | 0.16 | 0.47 | 0 | 39 | 1 | 0.76 |
| Hex | FF | D5 | 87 | 0 | 10 | 2F | 0 | 27 | 64 | 4C |
| Octal | 377 | 325 | 207 | 0 | 20 | 57 | 0 | 47 | 144 | 114 |
| Binary | 11111111 | 11010101 | 10000111 | 0 | 10000 | 101111 | 0 | 100111 | 1100100 | 1001100 |
Color Harmonies of #FFD587
Complementary color
Monochromatic Colors of #FFD587
Black with #FFD587
Text Example
Text Example
White with #FFD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD587; }
p { color: rgb(255,213,135); }
H1.HeaderClassName
{
color: #FFD587;
}
.AnyTagClassName
{
color: #FFD587;
}
</style>
background-color css
<style>
a { background-color: #FFD587; }
a { background-color: rgb(255,213,135); }
div.DivClassName
{
background-color: #FFD587;
}
.BgClassName
{
background-color: #FFD587;
}
</style>
border-color css
<style>
span { border-color: #FFD587; }
span { border-color: rgb(255,213,135); }
td.TdClassName
{
border-color: #FFD587;
}
.TagClassName
{
border-color: #FFD587;
}
</style>