Shades of Grandis #FFD571
Tints of Grandis #FFD571
RGB
CMYK
RGB Variations
Color information
#FFD571 (or 0xFFD571) is known color: Grandis. HEX triplet: FF, D5 and 71. RGB value is (255,213,113). Sum of RGB (Red+Green+Blue) = 255+213+113=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD571 is #002A8E. Grayscale: #D6D6D6. Windows color (decimal): -10895 or 7460351. OLE color: 7460351.
HSL color Cylindrical-coordinate representation of color #FFD571: hue angle of 42.25º 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 #FFD571 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 113 | - |
| CMYK | 0 | 0.16 | 0.56 | 0 |
| HSL | 42.25º | 1% | 0.72% | - |
| HSV(B) | 42.25º | 0.56% | 1% | - |
| XYZ | 68.01 | 70.04 | 25.56 | - |
| YUV | 214.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 113 | 0 | 0.16 | 0.56 | 0 | 42.25 | 1 | 0.72 |
| Hex | FF | D5 | 71 | 0 | 10 | 38 | 0 | 2A | 64 | 48 |
| Octal | 377 | 325 | 161 | 0 | 20 | 70 | 0 | 52 | 144 | 110 |
| Binary | 11111111 | 11010101 | 1110001 | 0 | 10000 | 111000 | 0 | 101010 | 1100100 | 1001000 |
Color Harmonies of #FFD571
Complementary color
Monochromatic Colors of #FFD571
Black with #FFD571
Text Example
Text Example
White with #FFD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD571; }
p { color: rgb(255,213,113); }
H1.HeaderClassName
{
color: #FFD571;
}
.AnyTagClassName
{
color: #FFD571;
}
</style>
background-color css
<style>
a { background-color: #FFD571; }
a { background-color: rgb(255,213,113); }
div.DivClassName
{
background-color: #FFD571;
}
.BgClassName
{
background-color: #FFD571;
}
</style>
border-color css
<style>
span { border-color: #FFD571; }
span { border-color: rgb(255,213,113); }
td.TdClassName
{
border-color: #FFD571;
}
.TagClassName
{
border-color: #FFD571;
}
</style>