Shades of Grandis #FFD076
Tints of Grandis #FFD076
RGB
CMYK
RGB Variations
Color information
#FFD076 (or 0xFFD076) is known color: Grandis. HEX triplet: FF, D0 and 76. RGB value is (255,208,118). Sum of RGB (Red+Green+Blue) = 255+208+118=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD076 is #002F89. Grayscale: #D4D4D4. Windows color (decimal): -12170 or 7786751. OLE color: 7786751.
HSL color Cylindrical-coordinate representation of color #FFD076: hue angle of 39.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFD076 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 118 | - |
| CMYK | 0 | 0.18 | 0.54 | 0 |
| HSL | 39.42º | 1% | 0.73% | - |
| HSV(B) | 39.42º | 0.54% | 1% | - |
| XYZ | 67.07 | 67.68 | 26.67 | - |
| YUV | 211.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 118 | 0 | 0.18 | 0.54 | 0 | 39.42 | 1 | 0.73 |
| Hex | FF | D0 | 76 | 0 | 12 | 36 | 0 | 27 | 64 | 49 |
| Octal | 377 | 320 | 166 | 0 | 22 | 66 | 0 | 47 | 144 | 111 |
| Binary | 11111111 | 11010000 | 1110110 | 0 | 10010 | 110110 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFD076
Complementary color
Monochromatic Colors of #FFD076
Black with #FFD076
Text Example
Text Example
White with #FFD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD076; }
p { color: rgb(255,208,118); }
H1.HeaderClassName
{
color: #FFD076;
}
.AnyTagClassName
{
color: #FFD076;
}
</style>
background-color css
<style>
a { background-color: #FFD076; }
a { background-color: rgb(255,208,118); }
div.DivClassName
{
background-color: #FFD076;
}
.BgClassName
{
background-color: #FFD076;
}
</style>
border-color css
<style>
span { border-color: #FFD076; }
span { border-color: rgb(255,208,118); }
td.TdClassName
{
border-color: #FFD076;
}
.TagClassName
{
border-color: #FFD076;
}
</style>