Shades of Salomie #FFDA79
Tints of Salomie #FFDA79
RGB
CMYK
RGB Variations
Color information
#FFDA79 (or 0xFFDA79) is known color: Salomie. HEX triplet: FF, DA and 79. RGB value is (255,218,121). Sum of RGB (Red+Green+Blue) = 255+218+121=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 121 (47.66% from 255 or 20.37% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA79 is #002586. Grayscale: #DADADA. Windows color (decimal): -9607 or 7985919. OLE color: 7985919.
HSL color Cylindrical-coordinate representation of color #FFDA79: hue angle of 43.43º 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 #FFDA79 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 121 | - |
| CMYK | 0 | 0.15 | 0.53 | 0 |
| HSL | 43.43º | 1% | 0.74% | - |
| HSV(B) | 43.43º | 0.53% | 1% | - |
| XYZ | 69.76 | 72.78 | 28.46 | - |
| YUV | 218.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 121 | 0 | 0.15 | 0.53 | 0 | 43.43 | 1 | 0.74 |
| Hex | FF | DA | 79 | 0 | F | 35 | 0 | 2B | 64 | 4A |
| Octal | 377 | 332 | 171 | 0 | 17 | 65 | 0 | 53 | 144 | 112 |
| Binary | 11111111 | 11011010 | 1111001 | 0 | 1111 | 110101 | 0 | 101011 | 1100100 | 1001010 |
Color Harmonies of #FFDA79
Complementary color
Monochromatic Colors of #FFDA79
Black with #FFDA79
Text Example
Text Example
White with #FFDA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA79; }
p { color: rgb(255,218,121); }
H1.HeaderClassName
{
color: #FFDA79;
}
.AnyTagClassName
{
color: #FFDA79;
}
</style>
background-color css
<style>
a { background-color: #FFDA79; }
a { background-color: rgb(255,218,121); }
div.DivClassName
{
background-color: #FFDA79;
}
.BgClassName
{
background-color: #FFDA79;
}
</style>
border-color css
<style>
span { border-color: #FFDA79; }
span { border-color: rgb(255,218,121); }
td.TdClassName
{
border-color: #FFDA79;
}
.TagClassName
{
border-color: #FFDA79;
}
</style>