Shades of Salomie #FFD57C
Tints of Salomie #FFD57C
RGB
CMYK
RGB Variations
Color information
#FFD57C (or 0xFFD57C) is known color: Salomie. HEX triplet: FF, D5 and 7C. RGB value is (255,213,124). Sum of RGB (Red+Green+Blue) = 255+213+124=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD57C is #002A83. Grayscale: #D7D7D7. Windows color (decimal): -10884 or 8181247. OLE color: 8181247.
HSL color Cylindrical-coordinate representation of color #FFD57C: hue angle of 40.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD57C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 124 | - |
| CMYK | 0 | 0.16 | 0.51 | 0 |
| HSL | 40.76º | 1% | 0.74% | - |
| HSV(B) | 40.76º | 0.51% | 1% | - |
| XYZ | 68.67 | 70.3 | 29.02 | - |
| YUV | 215.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 124 | 0 | 0.16 | 0.51 | 0 | 40.76 | 1 | 0.74 |
| Hex | FF | D5 | 7C | 0 | 10 | 33 | 0 | 29 | 64 | 4A |
| Octal | 377 | 325 | 174 | 0 | 20 | 63 | 0 | 51 | 144 | 112 |
| Binary | 11111111 | 11010101 | 1111100 | 0 | 10000 | 110011 | 0 | 101001 | 1100100 | 1001010 |
Color Harmonies of #FFD57C
Complementary color
Monochromatic Colors of #FFD57C
Black with #FFD57C
Text Example
Text Example
White with #FFD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD57C; }
p { color: rgb(255,213,124); }
H1.HeaderClassName
{
color: #FFD57C;
}
.AnyTagClassName
{
color: #FFD57C;
}
</style>
background-color css
<style>
a { background-color: #FFD57C; }
a { background-color: rgb(255,213,124); }
div.DivClassName
{
background-color: #FFD57C;
}
.BgClassName
{
background-color: #FFD57C;
}
</style>
border-color css
<style>
span { border-color: #FFD57C; }
span { border-color: rgb(255,213,124); }
td.TdClassName
{
border-color: #FFD57C;
}
.TagClassName
{
border-color: #FFD57C;
}
</style>