Shades of Salomie #FFD77E
Tints of Salomie #FFD77E
RGB
CMYK
RGB Variations
Color information
#FFD77E (or 0xFFD77E) is known color: Salomie. HEX triplet: FF, D7 and 7E. RGB value is (255,215,126). Sum of RGB (Red+Green+Blue) = 255+215+126=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD77E is #002881. Grayscale: #D9D9D9. Windows color (decimal): -10370 or 8312831. OLE color: 8312831.
HSL color Cylindrical-coordinate representation of color #FFD77E: hue angle of 41.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD77E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 126 | - |
| CMYK | 0 | 0.16 | 0.51 | 0 |
| HSL | 41.4º | 1% | 0.75% | - |
| HSV(B) | 41.4º | 0.51% | 1% | - |
| XYZ | 69.31 | 71.37 | 29.86 | - |
| YUV | 216.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 126 | 0 | 0.16 | 0.51 | 0 | 41.4 | 1 | 0.75 |
| Hex | FF | D7 | 7E | 0 | 10 | 33 | 0 | 29 | 64 | 4B |
| Octal | 377 | 327 | 176 | 0 | 20 | 63 | 0 | 51 | 144 | 113 |
| Binary | 11111111 | 11010111 | 1111110 | 0 | 10000 | 110011 | 0 | 101001 | 1100100 | 1001011 |
Color Harmonies of #FFD77E
Complementary color
Monochromatic Colors of #FFD77E
Black with #FFD77E
Text Example
Text Example
White with #FFD77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD77E; }
p { color: rgb(255,215,126); }
H1.HeaderClassName
{
color: #FFD77E;
}
.AnyTagClassName
{
color: #FFD77E;
}
</style>
background-color css
<style>
a { background-color: #FFD77E; }
a { background-color: rgb(255,215,126); }
div.DivClassName
{
background-color: #FFD77E;
}
.BgClassName
{
background-color: #FFD77E;
}
</style>
border-color css
<style>
span { border-color: #FFD77E; }
span { border-color: rgb(255,215,126); }
td.TdClassName
{
border-color: #FFD77E;
}
.TagClassName
{
border-color: #FFD77E;
}
</style>