Shades of Grandis #FFD079
Tints of Grandis #FFD079
RGB
CMYK
RGB Variations
Color information
#FFD079 (or 0xFFD079) is known color: Grandis. HEX triplet: FF, D0 and 79. RGB value is (255,208,121). Sum of RGB (Red+Green+Blue) = 255+208+121=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 121 (47.66% from 255 or 20.72% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD079 is #002F86. Grayscale: #D4D4D4. Windows color (decimal): -12167 or 7983359. OLE color: 7983359.
HSL color Cylindrical-coordinate representation of color #FFD079: hue angle of 38.96º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD079 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 121 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 38.96º | 1% | 0.74% | - |
| HSV(B) | 38.96º | 0.53% | 1% | - |
| XYZ | 67.25 | 67.75 | 27.62 | - |
| YUV | 212.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 121 | 0 | 0.18 | 0.53 | 0 | 38.96 | 1 | 0.74 |
| Hex | FF | D0 | 79 | 0 | 12 | 35 | 0 | 27 | 64 | 4A |
| Octal | 377 | 320 | 171 | 0 | 22 | 65 | 0 | 47 | 144 | 112 |
| Binary | 11111111 | 11010000 | 1111001 | 0 | 10010 | 110101 | 0 | 100111 | 1100100 | 1001010 |
Color Harmonies of #FFD079
Complementary color
Monochromatic Colors of #FFD079
Black with #FFD079
Text Example
Text Example
White with #FFD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD079; }
p { color: rgb(255,208,121); }
H1.HeaderClassName
{
color: #FFD079;
}
.AnyTagClassName
{
color: #FFD079;
}
</style>
background-color css
<style>
a { background-color: #FFD079; }
a { background-color: rgb(255,208,121); }
div.DivClassName
{
background-color: #FFD079;
}
.BgClassName
{
background-color: #FFD079;
}
</style>
border-color css
<style>
span { border-color: #FFD079; }
span { border-color: rgb(255,208,121); }
td.TdClassName
{
border-color: #FFD079;
}
.TagClassName
{
border-color: #FFD079;
}
</style>