Shades of Grandis #FFD06A
Tints of Grandis #FFD06A
RGB
CMYK
RGB Variations
Color information
#FFD06A (or 0xFFD06A) is known color: Grandis. HEX triplet: FF, D0 and 6A. RGB value is (255,208,106). Sum of RGB (Red+Green+Blue) = 255+208+106=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD06A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD06A is #002F95. Grayscale: #D2D2D2. Windows color (decimal): -12182 or 7000319. OLE color: 7000319.
HSL color Cylindrical-coordinate representation of color #FFD06A: hue angle of 41.07º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFD06A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 106 | - |
| CMYK | 0 | 0.18 | 0.58 | 0 |
| HSL | 41.07º | 1% | 0.71% | - |
| HSV(B) | 41.07º | 0.58% | 1% | - |
| XYZ | 66.4 | 67.41 | 23.15 | - |
| YUV | 210.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 106 | 0 | 0.18 | 0.58 | 0 | 41.07 | 1 | 0.71 |
| Hex | FF | D0 | 6A | 0 | 12 | 3A | 0 | 29 | 64 | 47 |
| Octal | 377 | 320 | 152 | 0 | 22 | 72 | 0 | 51 | 144 | 107 |
| Binary | 11111111 | 11010000 | 1101010 | 0 | 10010 | 111010 | 0 | 101001 | 1100100 | 1000111 |
Color Harmonies of #FFD06A
Complementary color
Monochromatic Colors of #FFD06A
Black with #FFD06A
Text Example
Text Example
White with #FFD06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD06A; }
p { color: rgb(255,208,106); }
H1.HeaderClassName
{
color: #FFD06A;
}
.AnyTagClassName
{
color: #FFD06A;
}
</style>
background-color css
<style>
a { background-color: #FFD06A; }
a { background-color: rgb(255,208,106); }
div.DivClassName
{
background-color: #FFD06A;
}
.BgClassName
{
background-color: #FFD06A;
}
</style>
border-color css
<style>
span { border-color: #FFD06A; }
span { border-color: rgb(255,208,106); }
td.TdClassName
{
border-color: #FFD06A;
}
.TagClassName
{
border-color: #FFD06A;
}
</style>