Shades of Salomie #FDD779
Tints of Salomie #FDD779
RGB
CMYK
RGB Variations
Color information
#FDD779 (or 0xFDD779) is known color: Salomie. HEX triplet: FD, D7 and 79. RGB value is (253,215,121). Sum of RGB (Red+Green+Blue) = 253+215+121=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 121 (47.66% from 255 or 20.54% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD779 is #022886. Grayscale: #D8D8D8. Windows color (decimal): -141447 or 7985149. OLE color: 7985149.
HSL color Cylindrical-coordinate representation of color #FDD779: hue angle of 42.73º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDD779 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 121 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.01 |
| HSL | 42.73º | 0.97% | 0.73% | - |
| HSV(B) | 42.73º | 0.52% | 0.99% | - |
| XYZ | 68.26 | 70.86 | 28.17 | - |
| YUV | 215.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 121 | 0 | 0.15 | 0.52 | 0.01 | 42.73 | 0.97 | 0.73 |
| Hex | FD | D7 | 79 | 0 | F | 34 | 1 | 2B | 61 | 49 |
| Octal | 375 | 327 | 171 | 0 | 17 | 64 | 1 | 53 | 141 | 111 |
| Binary | 11111101 | 11010111 | 1111001 | 0 | 1111 | 110100 | 1 | 101011 | 1100001 | 1001001 |
Color Harmonies of #FDD779
Complementary color
Monochromatic Colors of #FDD779
Black with #FDD779
Text Example
Text Example
White with #FDD779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD779; }
p { color: rgb(253,215,121); }
H1.HeaderClassName
{
color: #FDD779;
}
.AnyTagClassName
{
color: #FDD779;
}
</style>
background-color css
<style>
a { background-color: #FDD779; }
a { background-color: rgb(253,215,121); }
div.DivClassName
{
background-color: #FDD779;
}
.BgClassName
{
background-color: #FDD779;
}
</style>
border-color css
<style>
span { border-color: #FDD779; }
span { border-color: rgb(253,215,121); }
td.TdClassName
{
border-color: #FDD779;
}
.TagClassName
{
border-color: #FDD779;
}
</style>