Shades of Salomie #FFD576
Tints of Salomie #FFD576
RGB
CMYK
RGB Variations
Color information
#FFD576 (or 0xFFD576) is known color: Salomie. HEX triplet: FF, D5 and 76. RGB value is (255,213,118). Sum of RGB (Red+Green+Blue) = 255+213+118=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD576 is #002A89. Grayscale: #D7D7D7. Windows color (decimal): -10890 or 7788031. OLE color: 7788031.
HSL color Cylindrical-coordinate representation of color #FFD576: hue angle of 41.61º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFD576 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 118 | - |
| CMYK | 0 | 0.16 | 0.54 | 0 |
| HSL | 41.61º | 1% | 0.73% | - |
| HSV(B) | 41.61º | 0.54% | 1% | - |
| XYZ | 68.3 | 70.16 | 27.08 | - |
| YUV | 214.73 | 73.41 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 118 | 0 | 0.16 | 0.54 | 0 | 41.61 | 1 | 0.73 |
| Hex | FF | D5 | 76 | 0 | 10 | 36 | 0 | 2A | 64 | 49 |
| Octal | 377 | 325 | 166 | 0 | 20 | 66 | 0 | 52 | 144 | 111 |
| Binary | 11111111 | 11010101 | 1110110 | 0 | 10000 | 110110 | 0 | 101010 | 1100100 | 1001001 |
Color Harmonies of #FFD576
Complementary color
Monochromatic Colors of #FFD576
Black with #FFD576
Text Example
Text Example
White with #FFD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD576; }
p { color: rgb(255,213,118); }
H1.HeaderClassName
{
color: #FFD576;
}
.AnyTagClassName
{
color: #FFD576;
}
</style>
background-color css
<style>
a { background-color: #FFD576; }
a { background-color: rgb(255,213,118); }
div.DivClassName
{
background-color: #FFD576;
}
.BgClassName
{
background-color: #FFD576;
}
</style>
border-color css
<style>
span { border-color: #FFD576; }
span { border-color: rgb(255,213,118); }
td.TdClassName
{
border-color: #FFD576;
}
.TagClassName
{
border-color: #FFD576;
}
</style>