Shades of Salomie #FFD87D
Tints of Salomie #FFD87D
RGB
CMYK
RGB Variations
Color information
#FFD87D (or 0xFFD87D) is known color: Salomie. HEX triplet: FF, D8 and 7D. RGB value is (255,216,125). Sum of RGB (Red+Green+Blue) = 255+216+125=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD87D is #002782. Grayscale: #D9D9D9. Windows color (decimal): -10115 or 8247551. OLE color: 8247551.
HSL color Cylindrical-coordinate representation of color #FFD87D: hue angle of 42º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD87D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 125 | - |
| CMYK | 0 | 0.15 | 0.51 | 0 |
| HSL | 42º | 1% | 0.75% | - |
| HSV(B) | 42º | 0.51% | 1% | - |
| XYZ | 69.5 | 71.85 | 29.61 | - |
| YUV | 217.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 125 | 0 | 0.15 | 0.51 | 0 | 42 | 1 | 0.75 |
| Hex | FF | D8 | 7D | 0 | F | 33 | 0 | 2A | 64 | 4B |
| Octal | 377 | 330 | 175 | 0 | 17 | 63 | 0 | 52 | 144 | 113 |
| Binary | 11111111 | 11011000 | 1111101 | 0 | 1111 | 110011 | 0 | 101010 | 1100100 | 1001011 |
Color Harmonies of #FFD87D
Complementary color
Monochromatic Colors of #FFD87D
Black with #FFD87D
Text Example
Text Example
White with #FFD87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD87D; }
p { color: rgb(255,216,125); }
H1.HeaderClassName
{
color: #FFD87D;
}
.AnyTagClassName
{
color: #FFD87D;
}
</style>
background-color css
<style>
a { background-color: #FFD87D; }
a { background-color: rgb(255,216,125); }
div.DivClassName
{
background-color: #FFD87D;
}
.BgClassName
{
background-color: #FFD87D;
}
</style>
border-color css
<style>
span { border-color: #FFD87D; }
span { border-color: rgb(255,216,125); }
td.TdClassName
{
border-color: #FFD87D;
}
.TagClassName
{
border-color: #FFD87D;
}
</style>