Shades of Salomie #FFD977
Tints of Salomie #FFD977
RGB
CMYK
RGB Variations
Color information
#FFD977 (or 0xFFD977) is known color: Salomie. HEX triplet: FF, D9 and 77. RGB value is (255,217,119). Sum of RGB (Red+Green+Blue) = 255+217+119=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD977 is #002688. Grayscale: #D9D9D9. Windows color (decimal): -9865 or 7854591. OLE color: 7854591.
HSL color Cylindrical-coordinate representation of color #FFD977: hue angle of 43.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD977 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 119 | - |
| CMYK | 0 | 0.15 | 0.53 | 0 |
| HSL | 43.24º | 1% | 0.73% | - |
| HSV(B) | 43.24º | 0.53% | 1% | - |
| XYZ | 69.38 | 72.22 | 27.74 | - |
| YUV | 217.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 119 | 0 | 0.15 | 0.53 | 0 | 43.24 | 1 | 0.73 |
| Hex | FF | D9 | 77 | 0 | F | 35 | 0 | 2B | 64 | 49 |
| Octal | 377 | 331 | 167 | 0 | 17 | 65 | 0 | 53 | 144 | 111 |
| Binary | 11111111 | 11011001 | 1110111 | 0 | 1111 | 110101 | 0 | 101011 | 1100100 | 1001001 |
Color Harmonies of #FFD977
Complementary color
Monochromatic Colors of #FFD977
Black with #FFD977
Text Example
Text Example
White with #FFD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD977; }
p { color: rgb(255,217,119); }
H1.HeaderClassName
{
color: #FFD977;
}
.AnyTagClassName
{
color: #FFD977;
}
</style>
background-color css
<style>
a { background-color: #FFD977; }
a { background-color: rgb(255,217,119); }
div.DivClassName
{
background-color: #FFD977;
}
.BgClassName
{
background-color: #FFD977;
}
</style>
border-color css
<style>
span { border-color: #FFD977; }
span { border-color: rgb(255,217,119); }
td.TdClassName
{
border-color: #FFD977;
}
.TagClassName
{
border-color: #FFD977;
}
</style>