Shades of Salomie #FFD57D
Tints of Salomie #FFD57D
RGB
CMYK
RGB Variations
Color information
#FFD57D (or 0xFFD57D) is known color: Salomie. HEX triplet: FF, D5 and 7D. RGB value is (255,213,125). Sum of RGB (Red+Green+Blue) = 255+213+125=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD57D is #002A82. Grayscale: #D7D7D7. Windows color (decimal): -10883 or 8246783. OLE color: 8246783.
HSL color Cylindrical-coordinate representation of color #FFD57D: hue angle of 40.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD57D is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 125 | - |
| CMYK | 0 | 0.16 | 0.51 | 0 |
| HSL | 40.62º | 1% | 0.75% | - |
| HSV(B) | 40.62º | 0.51% | 1% | - |
| XYZ | 68.74 | 70.33 | 29.35 | - |
| YUV | 215.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 125 | 0 | 0.16 | 0.51 | 0 | 40.62 | 1 | 0.75 |
| Hex | FF | D5 | 7D | 0 | 10 | 33 | 0 | 29 | 64 | 4B |
| Octal | 377 | 325 | 175 | 0 | 20 | 63 | 0 | 51 | 144 | 113 |
| Binary | 11111111 | 11010101 | 1111101 | 0 | 10000 | 110011 | 0 | 101001 | 1100100 | 1001011 |
Color Harmonies of #FFD57D
Complementary color
Monochromatic Colors of #FFD57D
Black with #FFD57D
Text Example
Text Example
White with #FFD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD57D; }
p { color: rgb(255,213,125); }
H1.HeaderClassName
{
color: #FFD57D;
}
.AnyTagClassName
{
color: #FFD57D;
}
</style>
background-color css
<style>
a { background-color: #FFD57D; }
a { background-color: rgb(255,213,125); }
div.DivClassName
{
background-color: #FFD57D;
}
.BgClassName
{
background-color: #FFD57D;
}
</style>
border-color css
<style>
span { border-color: #FFD57D; }
span { border-color: rgb(255,213,125); }
td.TdClassName
{
border-color: #FFD57D;
}
.TagClassName
{
border-color: #FFD57D;
}
</style>