Shades of Grandis #FFD570
Tints of Grandis #FFD570
RGB
CMYK
RGB Variations
Color information
#FFD570 (or 0xFFD570) is known color: Grandis. HEX triplet: FF, D5 and 70. RGB value is (255,213,112). Sum of RGB (Red+Green+Blue) = 255+213+112=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD570 is #002A8F. Grayscale: #D6D6D6. Windows color (decimal): -10896 or 7394815. OLE color: 7394815.
HSL color Cylindrical-coordinate representation of color #FFD570: hue angle of 42.38º 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 #FFD570 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 112 | - |
| CMYK | 0 | 0.16 | 0.56 | 0 |
| HSL | 42.38º | 1% | 0.72% | - |
| HSV(B) | 42.38º | 0.56% | 1% | - |
| XYZ | 67.96 | 70.02 | 25.26 | - |
| YUV | 214.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 112 | 0 | 0.16 | 0.56 | 0 | 42.38 | 1 | 0.72 |
| Hex | FF | D5 | 70 | 0 | 10 | 38 | 0 | 2A | 64 | 48 |
| Octal | 377 | 325 | 160 | 0 | 20 | 70 | 0 | 52 | 144 | 110 |
| Binary | 11111111 | 11010101 | 1110000 | 0 | 10000 | 111000 | 0 | 101010 | 1100100 | 1001000 |
Color Harmonies of #FFD570
Complementary color
Monochromatic Colors of #FFD570
Black with #FFD570
Text Example
Text Example
White with #FFD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD570; }
p { color: rgb(255,213,112); }
H1.HeaderClassName
{
color: #FFD570;
}
.AnyTagClassName
{
color: #FFD570;
}
</style>
background-color css
<style>
a { background-color: #FFD570; }
a { background-color: rgb(255,213,112); }
div.DivClassName
{
background-color: #FFD570;
}
.BgClassName
{
background-color: #FFD570;
}
</style>
border-color css
<style>
span { border-color: #FFD570; }
span { border-color: rgb(255,213,112); }
td.TdClassName
{
border-color: #FFD570;
}
.TagClassName
{
border-color: #FFD570;
}
</style>