Shades of Salomie #FFD777
Tints of Salomie #FFD777
RGB
CMYK
RGB Variations
Color information
#FFD777 (or 0xFFD777) is known color: Salomie. HEX triplet: FF, D7 and 77. RGB value is (255,215,119). Sum of RGB (Red+Green+Blue) = 255+215+119=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD777 is #002888. Grayscale: #D8D8D8. Windows color (decimal): -10377 or 7854079. OLE color: 7854079.
HSL color Cylindrical-coordinate representation of color #FFD777: hue angle of 42.35º 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 #FFD777 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 119 | - |
| CMYK | 0 | 0.16 | 0.53 | 0 |
| HSL | 42.35º | 1% | 0.73% | - |
| HSV(B) | 42.35º | 0.53% | 1% | - |
| XYZ | 68.87 | 71.19 | 27.56 | - |
| YUV | 216.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 119 | 0 | 0.16 | 0.53 | 0 | 42.35 | 1 | 0.73 |
| Hex | FF | D7 | 77 | 0 | 10 | 35 | 0 | 2A | 64 | 49 |
| Octal | 377 | 327 | 167 | 0 | 20 | 65 | 0 | 52 | 144 | 111 |
| Binary | 11111111 | 11010111 | 1110111 | 0 | 10000 | 110101 | 0 | 101010 | 1100100 | 1001001 |
Color Harmonies of #FFD777
Complementary color
Monochromatic Colors of #FFD777
Black with #FFD777
Text Example
Text Example
White with #FFD777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD777; }
p { color: rgb(255,215,119); }
H1.HeaderClassName
{
color: #FFD777;
}
.AnyTagClassName
{
color: #FFD777;
}
</style>
background-color css
<style>
a { background-color: #FFD777; }
a { background-color: rgb(255,215,119); }
div.DivClassName
{
background-color: #FFD777;
}
.BgClassName
{
background-color: #FFD777;
}
</style>
border-color css
<style>
span { border-color: #FFD777; }
span { border-color: rgb(255,215,119); }
td.TdClassName
{
border-color: #FFD777;
}
.TagClassName
{
border-color: #FFD777;
}
</style>