Shades of Salomie #FFD487
Tints of Salomie #FFD487
RGB
CMYK
RGB Variations
Color information
#FFD487 (or 0xFFD487) is known color: Salomie. HEX triplet: FF, D4 and 87. RGB value is (255,212,135). Sum of RGB (Red+Green+Blue) = 255+212+135=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 135 (53.12% from 255 or 22.43% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD487 is #002B78. Grayscale: #D8D8D8. Windows color (decimal): -11129 or 8901887. OLE color: 8901887.
HSL color Cylindrical-coordinate representation of color #FFD487: hue angle of 38.5º 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 #FFD487 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 135 | - |
| CMYK | 0 | 0.17 | 0.47 | 0 |
| HSL | 38.5º | 1% | 0.76% | - |
| HSV(B) | 38.5º | 0.47% | 1% | - |
| XYZ | 69.16 | 70.1 | 32.81 | - |
| YUV | 216.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 135 | 0 | 0.17 | 0.47 | 0 | 38.5 | 1 | 0.76 |
| Hex | FF | D4 | 87 | 0 | 11 | 2F | 0 | 26 | 64 | 4C |
| Octal | 377 | 324 | 207 | 0 | 21 | 57 | 0 | 46 | 144 | 114 |
| Binary | 11111111 | 11010100 | 10000111 | 0 | 10001 | 101111 | 0 | 100110 | 1100100 | 1001100 |
Color Harmonies of #FFD487
Complementary color
Monochromatic Colors of #FFD487
Black with #FFD487
Text Example
Text Example
White with #FFD487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD487; }
p { color: rgb(255,212,135); }
H1.HeaderClassName
{
color: #FFD487;
}
.AnyTagClassName
{
color: #FFD487;
}
</style>
background-color css
<style>
a { background-color: #FFD487; }
a { background-color: rgb(255,212,135); }
div.DivClassName
{
background-color: #FFD487;
}
.BgClassName
{
background-color: #FFD487;
}
</style>
border-color css
<style>
span { border-color: #FFD487; }
span { border-color: rgb(255,212,135); }
td.TdClassName
{
border-color: #FFD487;
}
.TagClassName
{
border-color: #FFD487;
}
</style>