Shades of Grandis #FFD276
Tints of Grandis #FFD276
RGB
CMYK
RGB Variations
Color information
#FFD276 (or 0xFFD276) is known color: Grandis. HEX triplet: FF, D2 and 76. RGB value is (255,210,118). Sum of RGB (Red+Green+Blue) = 255+210+118=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD276 is #002D89. Grayscale: #D5D5D5. Windows color (decimal): -11658 or 7787263. OLE color: 7787263.
HSL color Cylindrical-coordinate representation of color #FFD276: hue angle of 40.29º 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 #FFD276 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 118 | - |
| CMYK | 0 | 0.18 | 0.54 | 0 |
| HSL | 40.29º | 1% | 0.73% | - |
| HSV(B) | 40.29º | 0.54% | 1% | - |
| XYZ | 67.56 | 68.66 | 26.83 | - |
| YUV | 212.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 118 | 0 | 0.18 | 0.54 | 0 | 40.29 | 1 | 0.73 |
| Hex | FF | D2 | 76 | 0 | 12 | 36 | 0 | 28 | 64 | 49 |
| Octal | 377 | 322 | 166 | 0 | 22 | 66 | 0 | 50 | 144 | 111 |
| Binary | 11111111 | 11010010 | 1110110 | 0 | 10010 | 110110 | 0 | 101000 | 1100100 | 1001001 |
Color Harmonies of #FFD276
Complementary color
Monochromatic Colors of #FFD276
Black with #FFD276
Text Example
Text Example
White with #FFD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD276; }
p { color: rgb(255,210,118); }
H1.HeaderClassName
{
color: #FFD276;
}
.AnyTagClassName
{
color: #FFD276;
}
</style>
background-color css
<style>
a { background-color: #FFD276; }
a { background-color: rgb(255,210,118); }
div.DivClassName
{
background-color: #FFD276;
}
.BgClassName
{
background-color: #FFD276;
}
</style>
border-color css
<style>
span { border-color: #FFD276; }
span { border-color: rgb(255,210,118); }
td.TdClassName
{
border-color: #FFD276;
}
.TagClassName
{
border-color: #FFD276;
}
</style>