Shades of Salomie #FFD87B
Tints of Salomie #FFD87B
RGB
CMYK
RGB Variations
Color information
#FFD87B (or 0xFFD87B) is known color: Salomie. HEX triplet: FF, D8 and 7B. RGB value is (255,216,123). Sum of RGB (Red+Green+Blue) = 255+216+123=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 123 (48.44% from 255 or 20.71% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD87B is #002784. Grayscale: #D9D9D9. Windows color (decimal): -10117 or 8116479. OLE color: 8116479.
HSL color Cylindrical-coordinate representation of color #FFD87B: hue angle of 42.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFD87B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 123 | - |
| CMYK | 0 | 0.15 | 0.52 | 0 |
| HSL | 42.27º | 1% | 0.74% | - |
| HSV(B) | 42.27º | 0.52% | 1% | - |
| XYZ | 69.37 | 71.8 | 28.94 | - |
| YUV | 217.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 123 | 0 | 0.15 | 0.52 | 0 | 42.27 | 1 | 0.74 |
| Hex | FF | D8 | 7B | 0 | F | 34 | 0 | 2A | 64 | 4A |
| Octal | 377 | 330 | 173 | 0 | 17 | 64 | 0 | 52 | 144 | 112 |
| Binary | 11111111 | 11011000 | 1111011 | 0 | 1111 | 110100 | 0 | 101010 | 1100100 | 1001010 |
Color Harmonies of #FFD87B
Complementary color
Monochromatic Colors of #FFD87B
Black with #FFD87B
Text Example
Text Example
White with #FFD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD87B; }
p { color: rgb(255,216,123); }
H1.HeaderClassName
{
color: #FFD87B;
}
.AnyTagClassName
{
color: #FFD87B;
}
</style>
background-color css
<style>
a { background-color: #FFD87B; }
a { background-color: rgb(255,216,123); }
div.DivClassName
{
background-color: #FFD87B;
}
.BgClassName
{
background-color: #FFD87B;
}
</style>
border-color css
<style>
span { border-color: #FFD87B; }
span { border-color: rgb(255,216,123); }
td.TdClassName
{
border-color: #FFD87B;
}
.TagClassName
{
border-color: #FFD87B;
}
</style>