Shades of Salomie #FFD981
Tints of Salomie #FFD981
RGB
CMYK
RGB Variations
Color information
#FFD981 (or 0xFFD981) is known color: Salomie. HEX triplet: FF, D9 and 81. RGB value is (255,217,129). Sum of RGB (Red+Green+Blue) = 255+217+129=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD981 is #00267E. Grayscale: #DADADA. Windows color (decimal): -9855 or 8509951. OLE color: 8509951.
HSL color Cylindrical-coordinate representation of color #FFD981: hue angle of 41.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFD981 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 129 | - |
| CMYK | 0 | 0.15 | 0.49 | 0 |
| HSL | 41.9º | 1% | 0.75% | - |
| HSV(B) | 41.9º | 0.49% | 1% | - |
| XYZ | 70.02 | 72.47 | 31.07 | - |
| YUV | 218.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 129 | 0 | 0.15 | 0.49 | 0 | 41.9 | 1 | 0.75 |
| Hex | FF | D9 | 81 | 0 | F | 31 | 0 | 2A | 64 | 4B |
| Octal | 377 | 331 | 201 | 0 | 17 | 61 | 0 | 52 | 144 | 113 |
| Binary | 11111111 | 11011001 | 10000001 | 0 | 1111 | 110001 | 0 | 101010 | 1100100 | 1001011 |
Color Harmonies of #FFD981
Complementary color
Monochromatic Colors of #FFD981
Black with #FFD981
Text Example
Text Example
White with #FFD981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD981; }
p { color: rgb(255,217,129); }
H1.HeaderClassName
{
color: #FFD981;
}
.AnyTagClassName
{
color: #FFD981;
}
</style>
background-color css
<style>
a { background-color: #FFD981; }
a { background-color: rgb(255,217,129); }
div.DivClassName
{
background-color: #FFD981;
}
.BgClassName
{
background-color: #FFD981;
}
</style>
border-color css
<style>
span { border-color: #FFD981; }
span { border-color: rgb(255,217,129); }
td.TdClassName
{
border-color: #FFD981;
}
.TagClassName
{
border-color: #FFD981;
}
</style>