Shades of Salomie #FFD179
Tints of Salomie #FFD179
RGB
CMYK
RGB Variations
Color information
#FFD179 (or 0xFFD179) is known color: Salomie. HEX triplet: FF, D1 and 79. RGB value is (255,209,121). Sum of RGB (Red+Green+Blue) = 255+209+121=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD179 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD179 is #002E86. Grayscale: #D5D5D5. Windows color (decimal): -11911 or 7983615. OLE color: 7983615.
HSL color Cylindrical-coordinate representation of color #FFD179: hue angle of 39.4º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD179 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 121 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 39.4º | 1% | 0.74% | - |
| HSV(B) | 39.4º | 0.53% | 1% | - |
| XYZ | 67.49 | 68.24 | 27.7 | - |
| YUV | 212.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 121 | 0 | 0.18 | 0.53 | 0 | 39.4 | 1 | 0.74 |
| Hex | FF | D1 | 79 | 0 | 12 | 35 | 0 | 27 | 64 | 4A |
| Octal | 377 | 321 | 171 | 0 | 22 | 65 | 0 | 47 | 144 | 112 |
| Binary | 11111111 | 11010001 | 1111001 | 0 | 10010 | 110101 | 0 | 100111 | 1100100 | 1001010 |
Color Harmonies of #FFD179
Complementary color
Monochromatic Colors of #FFD179
Black with #FFD179
Text Example
Text Example
White with #FFD179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD179; }
p { color: rgb(255,209,121); }
H1.HeaderClassName
{
color: #FFD179;
}
.AnyTagClassName
{
color: #FFD179;
}
</style>
background-color css
<style>
a { background-color: #FFD179; }
a { background-color: rgb(255,209,121); }
div.DivClassName
{
background-color: #FFD179;
}
.BgClassName
{
background-color: #FFD179;
}
</style>
border-color css
<style>
span { border-color: #FFD179; }
span { border-color: rgb(255,209,121); }
td.TdClassName
{
border-color: #FFD179;
}
.TagClassName
{
border-color: #FFD179;
}
</style>