Shades of Salomie #FFD771
Tints of Salomie #FFD771
RGB
CMYK
RGB Variations
Color information
#FFD771 (or 0xFFD771) is known color: Salomie. HEX triplet: FF, D7 and 71. RGB value is (255,215,113). Sum of RGB (Red+Green+Blue) = 255+215+113=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD771 is #00288E. Grayscale: #D7D7D7. Windows color (decimal): -10383 or 7460863. OLE color: 7460863.
HSL color Cylindrical-coordinate representation of color #FFD771: hue angle of 43.1º 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 #FFD771 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 113 | - |
| CMYK | 0 | 0.16 | 0.56 | 0 |
| HSL | 43.1º | 1% | 0.72% | - |
| HSV(B) | 43.1º | 0.56% | 1% | - |
| XYZ | 68.52 | 71.05 | 25.73 | - |
| YUV | 215.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 113 | 0 | 0.16 | 0.56 | 0 | 43.1 | 1 | 0.72 |
| Hex | FF | D7 | 71 | 0 | 10 | 38 | 0 | 2B | 64 | 48 |
| Octal | 377 | 327 | 161 | 0 | 20 | 70 | 0 | 53 | 144 | 110 |
| Binary | 11111111 | 11010111 | 1110001 | 0 | 10000 | 111000 | 0 | 101011 | 1100100 | 1001000 |
Color Harmonies of #FFD771
Complementary color
Monochromatic Colors of #FFD771
Black with #FFD771
Text Example
Text Example
White with #FFD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD771; }
p { color: rgb(255,215,113); }
H1.HeaderClassName
{
color: #FFD771;
}
.AnyTagClassName
{
color: #FFD771;
}
</style>
background-color css
<style>
a { background-color: #FFD771; }
a { background-color: rgb(255,215,113); }
div.DivClassName
{
background-color: #FFD771;
}
.BgClassName
{
background-color: #FFD771;
}
</style>
border-color css
<style>
span { border-color: #FFD771; }
span { border-color: rgb(255,215,113); }
td.TdClassName
{
border-color: #FFD771;
}
.TagClassName
{
border-color: #FFD771;
}
</style>