Shades of Salomie #FFD971
Tints of Salomie #FFD971
RGB
CMYK
RGB Variations
Color information
#FFD971 (or 0xFFD971) is known color: Salomie. HEX triplet: FF, D9 and 71. RGB value is (255,217,113). Sum of RGB (Red+Green+Blue) = 255+217+113=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 113 (44.53% from 255 or 19.32% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD971 is #00268E. Grayscale: #D8D8D8. Windows color (decimal): -9871 or 7461375. OLE color: 7461375.
HSL color Cylindrical-coordinate representation of color #FFD971: hue angle of 43.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFD971 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 113 | - |
| CMYK | 0 | 0.15 | 0.56 | 0 |
| HSL | 43.94º | 1% | 0.72% | - |
| HSV(B) | 43.94º | 0.56% | 1% | - |
| XYZ | 69.03 | 72.08 | 25.9 | - |
| YUV | 216.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 113 | 0 | 0.15 | 0.56 | 0 | 43.94 | 1 | 0.72 |
| Hex | FF | D9 | 71 | 0 | F | 38 | 0 | 2C | 64 | 48 |
| Octal | 377 | 331 | 161 | 0 | 17 | 70 | 0 | 54 | 144 | 110 |
| Binary | 11111111 | 11011001 | 1110001 | 0 | 1111 | 111000 | 0 | 101100 | 1100100 | 1001000 |
Color Harmonies of #FFD971
Complementary color
Monochromatic Colors of #FFD971
Black with #FFD971
Text Example
Text Example
White with #FFD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD971; }
p { color: rgb(255,217,113); }
H1.HeaderClassName
{
color: #FFD971;
}
.AnyTagClassName
{
color: #FFD971;
}
</style>
background-color css
<style>
a { background-color: #FFD971; }
a { background-color: rgb(255,217,113); }
div.DivClassName
{
background-color: #FFD971;
}
.BgClassName
{
background-color: #FFD971;
}
</style>
border-color css
<style>
span { border-color: #FFD971; }
span { border-color: rgb(255,217,113); }
td.TdClassName
{
border-color: #FFD971;
}
.TagClassName
{
border-color: #FFD971;
}
</style>