Shades of Salomie #FFD974
Tints of Salomie #FFD974
RGB
CMYK
RGB Variations
Color information
#FFD974 (or 0xFFD974) is known color: Salomie. HEX triplet: FF, D9 and 74. RGB value is (255,217,116). Sum of RGB (Red+Green+Blue) = 255+217+116=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD974 is #00268B. Grayscale: #D9D9D9. Windows color (decimal): -9868 or 7657983. OLE color: 7657983.
HSL color Cylindrical-coordinate representation of color #FFD974: hue angle of 43.6º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD974 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 116 | - |
| CMYK | 0 | 0.15 | 0.55 | 0 |
| HSL | 43.6º | 1% | 0.73% | - |
| HSV(B) | 43.6º | 0.55% | 1% | - |
| XYZ | 69.21 | 72.15 | 26.8 | - |
| YUV | 216.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 116 | 0 | 0.15 | 0.55 | 0 | 43.6 | 1 | 0.73 |
| Hex | FF | D9 | 74 | 0 | F | 37 | 0 | 2C | 64 | 49 |
| Octal | 377 | 331 | 164 | 0 | 17 | 67 | 0 | 54 | 144 | 111 |
| Binary | 11111111 | 11011001 | 1110100 | 0 | 1111 | 110111 | 0 | 101100 | 1100100 | 1001001 |
Color Harmonies of #FFD974
Complementary color
Monochromatic Colors of #FFD974
Black with #FFD974
Text Example
Text Example
White with #FFD974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD974; }
p { color: rgb(255,217,116); }
H1.HeaderClassName
{
color: #FFD974;
}
.AnyTagClassName
{
color: #FFD974;
}
</style>
background-color css
<style>
a { background-color: #FFD974; }
a { background-color: rgb(255,217,116); }
div.DivClassName
{
background-color: #FFD974;
}
.BgClassName
{
background-color: #FFD974;
}
</style>
border-color css
<style>
span { border-color: #FFD974; }
span { border-color: rgb(255,217,116); }
td.TdClassName
{
border-color: #FFD974;
}
.TagClassName
{
border-color: #FFD974;
}
</style>