Shades of Salomie #FFD77B
Tints of Salomie #FFD77B
RGB
CMYK
RGB Variations
Color information
#FFD77B (or 0xFFD77B) is known color: Salomie. HEX triplet: FF, D7 and 7B. RGB value is (255,215,123). Sum of RGB (Red+Green+Blue) = 255+215+123=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD77B is #002884. Grayscale: #D8D8D8. Windows color (decimal): -10373 or 8116223. OLE color: 8116223.
HSL color Cylindrical-coordinate representation of color #FFD77B: hue angle of 41.82º 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 #FFD77B is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 123 | - |
| CMYK | 0 | 0.16 | 0.52 | 0 |
| HSL | 41.82º | 1% | 0.74% | - |
| HSV(B) | 41.82º | 0.52% | 1% | - |
| XYZ | 69.12 | 71.29 | 28.86 | - |
| YUV | 216.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 123 | 0 | 0.16 | 0.52 | 0 | 41.82 | 1 | 0.74 |
| Hex | FF | D7 | 7B | 0 | 10 | 34 | 0 | 2A | 64 | 4A |
| Octal | 377 | 327 | 173 | 0 | 20 | 64 | 0 | 52 | 144 | 112 |
| Binary | 11111111 | 11010111 | 1111011 | 0 | 10000 | 110100 | 0 | 101010 | 1100100 | 1001010 |
Color Harmonies of #FFD77B
Complementary color
Monochromatic Colors of #FFD77B
Black with #FFD77B
Text Example
Text Example
White with #FFD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD77B; }
p { color: rgb(255,215,123); }
H1.HeaderClassName
{
color: #FFD77B;
}
.AnyTagClassName
{
color: #FFD77B;
}
</style>
background-color css
<style>
a { background-color: #FFD77B; }
a { background-color: rgb(255,215,123); }
div.DivClassName
{
background-color: #FFD77B;
}
.BgClassName
{
background-color: #FFD77B;
}
</style>
border-color css
<style>
span { border-color: #FFD77B; }
span { border-color: rgb(255,215,123); }
td.TdClassName
{
border-color: #FFD77B;
}
.TagClassName
{
border-color: #FFD77B;
}
</style>