Shades of Grandis #FFD074
Tints of Grandis #FFD074
RGB
CMYK
RGB Variations
Color information
#FFD074 (or 0xFFD074) is known color: Grandis. HEX triplet: FF, D0 and 74. RGB value is (255,208,116). Sum of RGB (Red+Green+Blue) = 255+208+116=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD074 is #002F8B. Grayscale: #D3D3D3. Windows color (decimal): -12172 or 7655679. OLE color: 7655679.
HSL color Cylindrical-coordinate representation of color #FFD074: hue angle of 39.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFD074 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 116 | - |
| CMYK | 0 | 0.18 | 0.55 | 0 |
| HSL | 39.71º | 1% | 0.73% | - |
| HSV(B) | 39.71º | 0.55% | 1% | - |
| XYZ | 66.95 | 67.63 | 26.05 | - |
| YUV | 211.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 116 | 0 | 0.18 | 0.55 | 0 | 39.71 | 1 | 0.73 |
| Hex | FF | D0 | 74 | 0 | 12 | 37 | 0 | 28 | 64 | 49 |
| Octal | 377 | 320 | 164 | 0 | 22 | 67 | 0 | 50 | 144 | 111 |
| Binary | 11111111 | 11010000 | 1110100 | 0 | 10010 | 110111 | 0 | 101000 | 1100100 | 1001001 |
Color Harmonies of #FFD074
Complementary color
Monochromatic Colors of #FFD074
Black with #FFD074
Text Example
Text Example
White with #FFD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD074; }
p { color: rgb(255,208,116); }
H1.HeaderClassName
{
color: #FFD074;
}
.AnyTagClassName
{
color: #FFD074;
}
</style>
background-color css
<style>
a { background-color: #FFD074; }
a { background-color: rgb(255,208,116); }
div.DivClassName
{
background-color: #FFD074;
}
.BgClassName
{
background-color: #FFD074;
}
</style>
border-color css
<style>
span { border-color: #FFD074; }
span { border-color: rgb(255,208,116); }
td.TdClassName
{
border-color: #FFD074;
}
.TagClassName
{
border-color: #FFD074;
}
</style>