Shades of Salomie #FFD978
Tints of Salomie #FFD978
RGB
CMYK
RGB Variations
Color information
#FFD978 (or 0xFFD978) is known color: Salomie. HEX triplet: FF, D9 and 78. RGB value is (255,217,120). Sum of RGB (Red+Green+Blue) = 255+217+120=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD978 is #002687. Grayscale: #D9D9D9. Windows color (decimal): -9864 or 7920127. OLE color: 7920127.
HSL color Cylindrical-coordinate representation of color #FFD978: hue angle of 43.11º 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 #FFD978 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 120 | - |
| CMYK | 0 | 0.15 | 0.53 | 0 |
| HSL | 43.11º | 1% | 0.74% | - |
| HSV(B) | 43.11º | 0.53% | 1% | - |
| XYZ | 69.44 | 72.24 | 28.05 | - |
| YUV | 217.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 120 | 0 | 0.15 | 0.53 | 0 | 43.11 | 1 | 0.74 |
| Hex | FF | D9 | 78 | 0 | F | 35 | 0 | 2B | 64 | 4A |
| Octal | 377 | 331 | 170 | 0 | 17 | 65 | 0 | 53 | 144 | 112 |
| Binary | 11111111 | 11011001 | 1111000 | 0 | 1111 | 110101 | 0 | 101011 | 1100100 | 1001010 |
Color Harmonies of #FFD978
Complementary color
Monochromatic Colors of #FFD978
Black with #FFD978
Text Example
Text Example
White with #FFD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD978; }
p { color: rgb(255,217,120); }
H1.HeaderClassName
{
color: #FFD978;
}
.AnyTagClassName
{
color: #FFD978;
}
</style>
background-color css
<style>
a { background-color: #FFD978; }
a { background-color: rgb(255,217,120); }
div.DivClassName
{
background-color: #FFD978;
}
.BgClassName
{
background-color: #FFD978;
}
</style>
border-color css
<style>
span { border-color: #FFD978; }
span { border-color: rgb(255,217,120); }
td.TdClassName
{
border-color: #FFD978;
}
.TagClassName
{
border-color: #FFD978;
}
</style>