Shades of Salomie #FFD379
Tints of Salomie #FFD379
RGB
CMYK
RGB Variations
Color information
#FFD379 (or 0xFFD379) is known color: Salomie. HEX triplet: FF, D3 and 79. RGB value is (255,211,121). Sum of RGB (Red+Green+Blue) = 255+211+121=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD379 is #002C86. Grayscale: #D6D6D6. Windows color (decimal): -11399 or 7984127. OLE color: 7984127.
HSL color Cylindrical-coordinate representation of color #FFD379: hue angle of 40.3º 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 #FFD379 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 121 | - |
| CMYK | 0 | 0.17 | 0.53 | 0 |
| HSL | 40.3º | 1% | 0.74% | - |
| HSV(B) | 40.3º | 0.53% | 1% | - |
| XYZ | 67.99 | 69.23 | 27.87 | - |
| YUV | 213.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 121 | 0 | 0.17 | 0.53 | 0 | 40.3 | 1 | 0.74 |
| Hex | FF | D3 | 79 | 0 | 11 | 35 | 0 | 28 | 64 | 4A |
| Octal | 377 | 323 | 171 | 0 | 21 | 65 | 0 | 50 | 144 | 112 |
| Binary | 11111111 | 11010011 | 1111001 | 0 | 10001 | 110101 | 0 | 101000 | 1100100 | 1001010 |
Color Harmonies of #FFD379
Complementary color
Monochromatic Colors of #FFD379
Black with #FFD379
Text Example
Text Example
White with #FFD379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD379; }
p { color: rgb(255,211,121); }
H1.HeaderClassName
{
color: #FFD379;
}
.AnyTagClassName
{
color: #FFD379;
}
</style>
background-color css
<style>
a { background-color: #FFD379; }
a { background-color: rgb(255,211,121); }
div.DivClassName
{
background-color: #FFD379;
}
.BgClassName
{
background-color: #FFD379;
}
</style>
border-color css
<style>
span { border-color: #FFD379; }
span { border-color: rgb(255,211,121); }
td.TdClassName
{
border-color: #FFD379;
}
.TagClassName
{
border-color: #FFD379;
}
</style>