Shades of Salomie #FFD781
Tints of Salomie #FFD781
RGB
CMYK
RGB Variations
Color information
#FFD781 (or 0xFFD781) is known color: Salomie. HEX triplet: FF, D7 and 81. RGB value is (255,215,129). Sum of RGB (Red+Green+Blue) = 255+215+129=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD781 is #00287E. Grayscale: #D9D9D9. Windows color (decimal): -10367 or 8509439. OLE color: 8509439.
HSL color Cylindrical-coordinate representation of color #FFD781: hue angle of 40.95º 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 #FFD781 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 129 | - |
| CMYK | 0 | 0.16 | 0.49 | 0 |
| HSL | 40.95º | 1% | 0.75% | - |
| HSV(B) | 40.95º | 0.49% | 1% | - |
| XYZ | 69.5 | 71.45 | 30.9 | - |
| YUV | 217.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 129 | 0 | 0.16 | 0.49 | 0 | 40.95 | 1 | 0.75 |
| Hex | FF | D7 | 81 | 0 | 10 | 31 | 0 | 29 | 64 | 4B |
| Octal | 377 | 327 | 201 | 0 | 20 | 61 | 0 | 51 | 144 | 113 |
| Binary | 11111111 | 11010111 | 10000001 | 0 | 10000 | 110001 | 0 | 101001 | 1100100 | 1001011 |
Color Harmonies of #FFD781
Complementary color
Monochromatic Colors of #FFD781
Black with #FFD781
Text Example
Text Example
White with #FFD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD781; }
p { color: rgb(255,215,129); }
H1.HeaderClassName
{
color: #FFD781;
}
.AnyTagClassName
{
color: #FFD781;
}
</style>
background-color css
<style>
a { background-color: #FFD781; }
a { background-color: rgb(255,215,129); }
div.DivClassName
{
background-color: #FFD781;
}
.BgClassName
{
background-color: #FFD781;
}
</style>
border-color css
<style>
span { border-color: #FFD781; }
span { border-color: rgb(255,215,129); }
td.TdClassName
{
border-color: #FFD781;
}
.TagClassName
{
border-color: #FFD781;
}
</style>