Shades of Grandis #FDD069
Tints of Grandis #FDD069
RGB
CMYK
RGB Variations
Color information
#FDD069 (or 0xFDD069) is known color: Grandis. HEX triplet: FD, D0 and 69. RGB value is (253,208,105). Sum of RGB (Red+Green+Blue) = 253+208+105=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD069 is #022F96. Grayscale: #D2D2D2. Windows color (decimal): -143255 or 6934781. OLE color: 6934781.
HSL color Cylindrical-coordinate representation of color #FDD069: hue angle of 41.76º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDD069 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 105 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.01 |
| HSL | 41.76º | 0.97% | 0.7% | - |
| HSV(B) | 41.76º | 0.58% | 0.99% | - |
| XYZ | 65.61 | 67.01 | 22.84 | - |
| YUV | 209.71 | 68.91 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 105 | 0 | 0.18 | 0.58 | 0.01 | 41.76 | 0.97 | 0.7 |
| Hex | FD | D0 | 69 | 0 | 12 | 3A | 1 | 2A | 61 | 46 |
| Octal | 375 | 320 | 151 | 0 | 22 | 72 | 1 | 52 | 141 | 106 |
| Binary | 11111101 | 11010000 | 1101001 | 0 | 10010 | 111010 | 1 | 101010 | 1100001 | 1000110 |
Color Harmonies of #FDD069
Complementary color
Monochromatic Colors of #FDD069
Black with #FDD069
Text Example
Text Example
White with #FDD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD069; }
p { color: rgb(253,208,105); }
H1.HeaderClassName
{
color: #FDD069;
}
.AnyTagClassName
{
color: #FDD069;
}
</style>
background-color css
<style>
a { background-color: #FDD069; }
a { background-color: rgb(253,208,105); }
div.DivClassName
{
background-color: #FDD069;
}
.BgClassName
{
background-color: #FDD069;
}
</style>
border-color css
<style>
span { border-color: #FDD069; }
span { border-color: rgb(253,208,105); }
td.TdClassName
{
border-color: #FDD069;
}
.TagClassName
{
border-color: #FDD069;
}
</style>