Shades of Salomie #FFD77D
Tints of Salomie #FFD77D
RGB
CMYK
RGB Variations
Color information
#FFD77D (or 0xFFD77D) is known color: Salomie. HEX triplet: FF, D7 and 7D. RGB value is (255,215,125). Sum of RGB (Red+Green+Blue) = 255+215+125=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD77D is #002882. Grayscale: #D9D9D9. Windows color (decimal): -10371 or 8247295. OLE color: 8247295.
HSL color Cylindrical-coordinate representation of color #FFD77D: hue angle of 41.54º 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 #FFD77D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 125 | - |
| CMYK | 0 | 0.16 | 0.51 | 0 |
| HSL | 41.54º | 1% | 0.75% | - |
| HSV(B) | 41.54º | 0.51% | 1% | - |
| XYZ | 69.24 | 71.34 | 29.52 | - |
| YUV | 216.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 125 | 0 | 0.16 | 0.51 | 0 | 41.54 | 1 | 0.75 |
| Hex | FF | D7 | 7D | 0 | 10 | 33 | 0 | 2A | 64 | 4B |
| Octal | 377 | 327 | 175 | 0 | 20 | 63 | 0 | 52 | 144 | 113 |
| Binary | 11111111 | 11010111 | 1111101 | 0 | 10000 | 110011 | 0 | 101010 | 1100100 | 1001011 |
Color Harmonies of #FFD77D
Complementary color
Monochromatic Colors of #FFD77D
Black with #FFD77D
Text Example
Text Example
White with #FFD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD77D; }
p { color: rgb(255,215,125); }
H1.HeaderClassName
{
color: #FFD77D;
}
.AnyTagClassName
{
color: #FFD77D;
}
</style>
background-color css
<style>
a { background-color: #FFD77D; }
a { background-color: rgb(255,215,125); }
div.DivClassName
{
background-color: #FFD77D;
}
.BgClassName
{
background-color: #FFD77D;
}
</style>
border-color css
<style>
span { border-color: #FFD77D; }
span { border-color: rgb(255,215,125); }
td.TdClassName
{
border-color: #FFD77D;
}
.TagClassName
{
border-color: #FFD77D;
}
</style>