Shades of Salomie #FFD77A
Tints of Salomie #FFD77A
RGB
CMYK
RGB Variations
Color information
#FFD77A (or 0xFFD77A) is known color: Salomie. HEX triplet: FF, D7 and 7A. RGB value is (255,215,122). Sum of RGB (Red+Green+Blue) = 255+215+122=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD77A is #002885. Grayscale: #D8D8D8. Windows color (decimal): -10374 or 8050687. OLE color: 8050687.
HSL color Cylindrical-coordinate representation of color #FFD77A: hue angle of 41.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFD77A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 122 | - |
| CMYK | 0 | 0.16 | 0.52 | 0 |
| HSL | 41.95º | 1% | 0.74% | - |
| HSV(B) | 41.95º | 0.52% | 1% | - |
| XYZ | 69.05 | 71.27 | 28.53 | - |
| YUV | 216.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 122 | 0 | 0.16 | 0.52 | 0 | 41.95 | 1 | 0.74 |
| Hex | FF | D7 | 7A | 0 | 10 | 34 | 0 | 2A | 64 | 4A |
| Octal | 377 | 327 | 172 | 0 | 20 | 64 | 0 | 52 | 144 | 112 |
| Binary | 11111111 | 11010111 | 1111010 | 0 | 10000 | 110100 | 0 | 101010 | 1100100 | 1001010 |
Color Harmonies of #FFD77A
Complementary color
Monochromatic Colors of #FFD77A
Black with #FFD77A
Text Example
Text Example
White with #FFD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD77A; }
p { color: rgb(255,215,122); }
H1.HeaderClassName
{
color: #FFD77A;
}
.AnyTagClassName
{
color: #FFD77A;
}
</style>
background-color css
<style>
a { background-color: #FFD77A; }
a { background-color: rgb(255,215,122); }
div.DivClassName
{
background-color: #FFD77A;
}
.BgClassName
{
background-color: #FFD77A;
}
</style>
border-color css
<style>
span { border-color: #FFD77A; }
span { border-color: rgb(255,215,122); }
td.TdClassName
{
border-color: #FFD77A;
}
.TagClassName
{
border-color: #FFD77A;
}
</style>