Shades of Salomie #FFDD79
Tints of Salomie #FFDD79
RGB
CMYK
RGB Variations
Color information
#FFDD79 (or 0xFFDD79) is known color: Salomie. HEX triplet: FF, DD and 79. RGB value is (255,221,121). Sum of RGB (Red+Green+Blue) = 255+221+121=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 121 (47.66% from 255 or 20.27% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDD79 is #002286. Grayscale: #DCDCDC. Windows color (decimal): -8839 or 7986687. OLE color: 7986687.
HSL color Cylindrical-coordinate representation of color #FFDD79: hue angle of 44.78º 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 #FFDD79 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 121 | - |
| CMYK | 0 | 0.13 | 0.53 | 0 |
| HSL | 44.78º | 1% | 0.74% | - |
| HSV(B) | 44.78º | 0.53% | 1% | - |
| XYZ | 70.55 | 74.35 | 28.72 | - |
| YUV | 219.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 121 | 0 | 0.13 | 0.53 | 0 | 44.78 | 1 | 0.74 |
| Hex | FF | DD | 79 | 0 | D | 35 | 0 | 2D | 64 | 4A |
| Octal | 377 | 335 | 171 | 0 | 15 | 65 | 0 | 55 | 144 | 112 |
| Binary | 11111111 | 11011101 | 1111001 | 0 | 1101 | 110101 | 0 | 101101 | 1100100 | 1001010 |
Color Harmonies of #FFDD79
Complementary color
Monochromatic Colors of #FFDD79
Black with #FFDD79
Text Example
Text Example
White with #FFDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD79; }
p { color: rgb(255,221,121); }
H1.HeaderClassName
{
color: #FFDD79;
}
.AnyTagClassName
{
color: #FFDD79;
}
</style>
background-color css
<style>
a { background-color: #FFDD79; }
a { background-color: rgb(255,221,121); }
div.DivClassName
{
background-color: #FFDD79;
}
.BgClassName
{
background-color: #FFDD79;
}
</style>
border-color css
<style>
span { border-color: #FFDD79; }
span { border-color: rgb(255,221,121); }
td.TdClassName
{
border-color: #FFDD79;
}
.TagClassName
{
border-color: #FFDD79;
}
</style>