Shades of Grandis #FDD070
Tints of Grandis #FDD070
RGB
CMYK
RGB Variations
Color information
#FDD070 (or 0xFDD070) is known color: Grandis. HEX triplet: FD, D0 and 70. RGB value is (253,208,112). Sum of RGB (Red+Green+Blue) = 253+208+112=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD070 is #022F8F. Grayscale: #D2D2D2. Windows color (decimal): -143248 or 7393533. OLE color: 7393533.
HSL color Cylindrical-coordinate representation of color #FDD070: hue angle of 40.85º 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 #FDD070 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 112 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.01 |
| HSL | 40.85º | 0.97% | 0.72% | - |
| HSV(B) | 40.85º | 0.56% | 0.99% | - |
| XYZ | 65.99 | 67.16 | 24.82 | - |
| YUV | 210.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 112 | 0 | 0.18 | 0.56 | 0.01 | 40.85 | 0.97 | 0.72 |
| Hex | FD | D0 | 70 | 0 | 12 | 38 | 1 | 29 | 61 | 48 |
| Octal | 375 | 320 | 160 | 0 | 22 | 70 | 1 | 51 | 141 | 110 |
| Binary | 11111101 | 11010000 | 1110000 | 0 | 10010 | 111000 | 1 | 101001 | 1100001 | 1001000 |
Color Harmonies of #FDD070
Complementary color
Monochromatic Colors of #FDD070
Black with #FDD070
Text Example
Text Example
White with #FDD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD070; }
p { color: rgb(253,208,112); }
H1.HeaderClassName
{
color: #FDD070;
}
.AnyTagClassName
{
color: #FDD070;
}
</style>
background-color css
<style>
a { background-color: #FDD070; }
a { background-color: rgb(253,208,112); }
div.DivClassName
{
background-color: #FDD070;
}
.BgClassName
{
background-color: #FDD070;
}
</style>
border-color css
<style>
span { border-color: #FDD070; }
span { border-color: rgb(253,208,112); }
td.TdClassName
{
border-color: #FDD070;
}
.TagClassName
{
border-color: #FDD070;
}
</style>