Shades of Grandis #FFD270
Tints of Grandis #FFD270
RGB
CMYK
RGB Variations
Color information
#FFD270 (or 0xFFD270) is known color: Grandis. HEX triplet: FF, D2 and 70. RGB value is (255,210,112). Sum of RGB (Red+Green+Blue) = 255+210+112=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD270 is #002D8F. Grayscale: #D4D4D4. Windows color (decimal): -11664 or 7394047. OLE color: 7394047.
HSL color Cylindrical-coordinate representation of color #FFD270: hue angle of 41.12º 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 #FFD270 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 112 | - |
| CMYK | 0 | 0.18 | 0.56 | 0 |
| HSL | 41.12º | 1% | 0.72% | - |
| HSV(B) | 41.12º | 0.56% | 1% | - |
| XYZ | 67.21 | 68.52 | 25.01 | - |
| YUV | 212.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 112 | 0 | 0.18 | 0.56 | 0 | 41.12 | 1 | 0.72 |
| Hex | FF | D2 | 70 | 0 | 12 | 38 | 0 | 29 | 64 | 48 |
| Octal | 377 | 322 | 160 | 0 | 22 | 70 | 0 | 51 | 144 | 110 |
| Binary | 11111111 | 11010010 | 1110000 | 0 | 10010 | 111000 | 0 | 101001 | 1100100 | 1001000 |
Color Harmonies of #FFD270
Complementary color
Monochromatic Colors of #FFD270
Black with #FFD270
Text Example
Text Example
White with #FFD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD270; }
p { color: rgb(255,210,112); }
H1.HeaderClassName
{
color: #FFD270;
}
.AnyTagClassName
{
color: #FFD270;
}
</style>
background-color css
<style>
a { background-color: #FFD270; }
a { background-color: rgb(255,210,112); }
div.DivClassName
{
background-color: #FFD270;
}
.BgClassName
{
background-color: #FFD270;
}
</style>
border-color css
<style>
span { border-color: #FFD270; }
span { border-color: rgb(255,210,112); }
td.TdClassName
{
border-color: #FFD270;
}
.TagClassName
{
border-color: #FFD270;
}
</style>