Shades of Grandis #FDD270
Tints of Grandis #FDD270
RGB
CMYK
RGB Variations
Color information
#FDD270 (or 0xFDD270) is known color: Grandis. HEX triplet: FD, D2 and 70. RGB value is (253,210,112). Sum of RGB (Red+Green+Blue) = 253+210+112=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD270 is #022D8F. Grayscale: #D4D4D4. Windows color (decimal): -142736 or 7394045. OLE color: 7394045.
HSL color Cylindrical-coordinate representation of color #FDD270: hue angle of 41.7º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDD270 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 112 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.01 |
| HSL | 41.7º | 0.97% | 0.72% | - |
| HSV(B) | 41.7º | 0.56% | 0.99% | - |
| XYZ | 66.48 | 68.15 | 24.98 | - |
| YUV | 211.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 112 | 0 | 0.17 | 0.56 | 0.01 | 41.7 | 0.97 | 0.72 |
| Hex | FD | D2 | 70 | 0 | 11 | 38 | 1 | 2A | 61 | 48 |
| Octal | 375 | 322 | 160 | 0 | 21 | 70 | 1 | 52 | 141 | 110 |
| Binary | 11111101 | 11010010 | 1110000 | 0 | 10001 | 111000 | 1 | 101010 | 1100001 | 1001000 |
Color Harmonies of #FDD270
Complementary color
Monochromatic Colors of #FDD270
Black with #FDD270
Text Example
Text Example
White with #FDD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD270; }
p { color: rgb(253,210,112); }
H1.HeaderClassName
{
color: #FDD270;
}
.AnyTagClassName
{
color: #FDD270;
}
</style>
background-color css
<style>
a { background-color: #FDD270; }
a { background-color: rgb(253,210,112); }
div.DivClassName
{
background-color: #FDD270;
}
.BgClassName
{
background-color: #FDD270;
}
</style>
border-color css
<style>
span { border-color: #FDD270; }
span { border-color: rgb(253,210,112); }
td.TdClassName
{
border-color: #FDD270;
}
.TagClassName
{
border-color: #FDD270;
}
</style>