Shades of Salomie #FFD279
Tints of Salomie #FFD279
RGB
CMYK
RGB Variations
Color information
#FFD279 (or 0xFFD279) is known color: Salomie. HEX triplet: FF, D2 and 79. RGB value is (255,210,121). Sum of RGB (Red+Green+Blue) = 255+210+121=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 121 (47.66% from 255 or 20.65% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD279 is #002D86. Grayscale: #D5D5D5. Windows color (decimal): -11655 or 7983871. OLE color: 7983871.
HSL color Cylindrical-coordinate representation of color #FFD279: hue angle of 39.85º 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 #FFD279 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 121 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 39.85º | 1% | 0.74% | - |
| HSV(B) | 39.85º | 0.53% | 1% | - |
| XYZ | 67.74 | 68.73 | 27.79 | - |
| YUV | 213.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 121 | 0 | 0.18 | 0.53 | 0 | 39.85 | 1 | 0.74 |
| Hex | FF | D2 | 79 | 0 | 12 | 35 | 0 | 28 | 64 | 4A |
| Octal | 377 | 322 | 171 | 0 | 22 | 65 | 0 | 50 | 144 | 112 |
| Binary | 11111111 | 11010010 | 1111001 | 0 | 10010 | 110101 | 0 | 101000 | 1100100 | 1001010 |
Color Harmonies of #FFD279
Complementary color
Monochromatic Colors of #FFD279
Black with #FFD279
Text Example
Text Example
White with #FFD279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD279; }
p { color: rgb(255,210,121); }
H1.HeaderClassName
{
color: #FFD279;
}
.AnyTagClassName
{
color: #FFD279;
}
</style>
background-color css
<style>
a { background-color: #FFD279; }
a { background-color: rgb(255,210,121); }
div.DivClassName
{
background-color: #FFD279;
}
.BgClassName
{
background-color: #FFD279;
}
</style>
border-color css
<style>
span { border-color: #FFD279; }
span { border-color: rgb(255,210,121); }
td.TdClassName
{
border-color: #FFD279;
}
.TagClassName
{
border-color: #FFD279;
}
</style>