Shades of Grandis #FFD075
Tints of Grandis #FFD075
RGB
CMYK
RGB Variations
Color information
#FFD075 (or 0xFFD075) is known color: Grandis. HEX triplet: FF, D0 and 75. RGB value is (255,208,117). Sum of RGB (Red+Green+Blue) = 255+208+117=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD075 is #002F8A. Grayscale: #D4D4D4. Windows color (decimal): -12171 or 7721215. OLE color: 7721215.
HSL color Cylindrical-coordinate representation of color #FFD075: hue angle of 39.57º 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 #FFD075 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 117 | - |
| CMYK | 0 | 0.18 | 0.54 | 0 |
| HSL | 39.57º | 1% | 0.73% | - |
| HSV(B) | 39.57º | 0.54% | 1% | - |
| XYZ | 67.01 | 67.66 | 26.36 | - |
| YUV | 211.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 117 | 0 | 0.18 | 0.54 | 0 | 39.57 | 1 | 0.73 |
| Hex | FF | D0 | 75 | 0 | 12 | 36 | 0 | 28 | 64 | 49 |
| Octal | 377 | 320 | 165 | 0 | 22 | 66 | 0 | 50 | 144 | 111 |
| Binary | 11111111 | 11010000 | 1110101 | 0 | 10010 | 110110 | 0 | 101000 | 1100100 | 1001001 |
Color Harmonies of #FFD075
Complementary color
Monochromatic Colors of #FFD075
Black with #FFD075
Text Example
Text Example
White with #FFD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD075; }
p { color: rgb(255,208,117); }
H1.HeaderClassName
{
color: #FFD075;
}
.AnyTagClassName
{
color: #FFD075;
}
</style>
background-color css
<style>
a { background-color: #FFD075; }
a { background-color: rgb(255,208,117); }
div.DivClassName
{
background-color: #FFD075;
}
.BgClassName
{
background-color: #FFD075;
}
</style>
border-color css
<style>
span { border-color: #FFD075; }
span { border-color: rgb(255,208,117); }
td.TdClassName
{
border-color: #FFD075;
}
.TagClassName
{
border-color: #FFD075;
}
</style>