Shades of Grandis #FFD077
Tints of Grandis #FFD077
RGB
CMYK
RGB Variations
Color information
#FFD077 (or 0xFFD077) is known color: Grandis. HEX triplet: FF, D0 and 77. RGB value is (255,208,119). Sum of RGB (Red+Green+Blue) = 255+208+119=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD077 is #002F88. Grayscale: #D4D4D4. Windows color (decimal): -12169 or 7852287. OLE color: 7852287.
HSL color Cylindrical-coordinate representation of color #FFD077: hue angle of 39.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFD077 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 119 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 39.26º | 1% | 0.73% | - |
| HSV(B) | 39.26º | 0.53% | 1% | - |
| XYZ | 67.13 | 67.7 | 26.98 | - |
| YUV | 211.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 119 | 0 | 0.18 | 0.53 | 0 | 39.26 | 1 | 0.73 |
| Hex | FF | D0 | 77 | 0 | 12 | 35 | 0 | 27 | 64 | 49 |
| Octal | 377 | 320 | 167 | 0 | 22 | 65 | 0 | 47 | 144 | 111 |
| Binary | 11111111 | 11010000 | 1110111 | 0 | 10010 | 110101 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFD077
Complementary color
Monochromatic Colors of #FFD077
Black with #FFD077
Text Example
Text Example
White with #FFD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD077; }
p { color: rgb(255,208,119); }
H1.HeaderClassName
{
color: #FFD077;
}
.AnyTagClassName
{
color: #FFD077;
}
</style>
background-color css
<style>
a { background-color: #FFD077; }
a { background-color: rgb(255,208,119); }
div.DivClassName
{
background-color: #FFD077;
}
.BgClassName
{
background-color: #FFD077;
}
</style>
border-color css
<style>
span { border-color: #FFD077; }
span { border-color: rgb(255,208,119); }
td.TdClassName
{
border-color: #FFD077;
}
.TagClassName
{
border-color: #FFD077;
}
</style>