Shades of Grandis #FFD078
Tints of Grandis #FFD078
RGB
CMYK
RGB Variations
Color information
#FFD078 (or 0xFFD078) is known color: Grandis. HEX triplet: FF, D0 and 78. RGB value is (255,208,120). Sum of RGB (Red+Green+Blue) = 255+208+120=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD078 is #002F87. Grayscale: #D4D4D4. Windows color (decimal): -12168 or 7917823. OLE color: 7917823.
HSL color Cylindrical-coordinate representation of color #FFD078: hue angle of 39.11º 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 #FFD078 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 120 | - |
| CMYK | 0 | 0.18 | 0.53 | 0 |
| HSL | 39.11º | 1% | 0.74% | - |
| HSV(B) | 39.11º | 0.53% | 1% | - |
| XYZ | 67.19 | 67.73 | 27.3 | - |
| YUV | 212.02 | 76.07 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 120 | 0 | 0.18 | 0.53 | 0 | 39.11 | 1 | 0.74 |
| Hex | FF | D0 | 78 | 0 | 12 | 35 | 0 | 27 | 64 | 4A |
| Octal | 377 | 320 | 170 | 0 | 22 | 65 | 0 | 47 | 144 | 112 |
| Binary | 11111111 | 11010000 | 1111000 | 0 | 10010 | 110101 | 0 | 100111 | 1100100 | 1001010 |
Color Harmonies of #FFD078
Complementary color
Monochromatic Colors of #FFD078
Black with #FFD078
Text Example
Text Example
White with #FFD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD078; }
p { color: rgb(255,208,120); }
H1.HeaderClassName
{
color: #FFD078;
}
.AnyTagClassName
{
color: #FFD078;
}
</style>
background-color css
<style>
a { background-color: #FFD078; }
a { background-color: rgb(255,208,120); }
div.DivClassName
{
background-color: #FFD078;
}
.BgClassName
{
background-color: #FFD078;
}
</style>
border-color css
<style>
span { border-color: #FFD078; }
span { border-color: rgb(255,208,120); }
td.TdClassName
{
border-color: #FFD078;
}
.TagClassName
{
border-color: #FFD078;
}
</style>