Shades of Grandis #FFCD75
Tints of Grandis #FFCD75
RGB
CMYK
RGB Variations
Color information
#FFCD75 (or 0xFFCD75) is known color: Grandis. HEX triplet: FF, CD and 75. RGB value is (255,205,117). Sum of RGB (Red+Green+Blue) = 255+205+117=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD75 is #00328A. Grayscale: #D2D2D2. Windows color (decimal): -12939 or 7720447. OLE color: 7720447.
HSL color Cylindrical-coordinate representation of color #FFCD75: hue angle of 38.26º 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 #FFCD75 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 117 | - |
| CMYK | 0 | 0.20 | 0.54 | 0 |
| HSL | 38.26º | 1% | 0.73% | - |
| HSV(B) | 38.26º | 0.54% | 1% | - |
| XYZ | 66.28 | 66.21 | 26.12 | - |
| YUV | 209.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 117 | 0 | 0.20 | 0.54 | 0 | 38.26 | 1 | 0.73 |
| Hex | FF | CD | 75 | 0 | 14 | 36 | 0 | 26 | 64 | 49 |
| Octal | 377 | 315 | 165 | 0 | 24 | 66 | 0 | 46 | 144 | 111 |
| Binary | 11111111 | 11001101 | 1110101 | 0 | 10100 | 110110 | 0 | 100110 | 1100100 | 1001001 |
Color Harmonies of #FFCD75
Complementary color
Monochromatic Colors of #FFCD75
Black with #FFCD75
Text Example
Text Example
White with #FFCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD75; }
p { color: rgb(255,205,117); }
H1.HeaderClassName
{
color: #FFCD75;
}
.AnyTagClassName
{
color: #FFCD75;
}
</style>
background-color css
<style>
a { background-color: #FFCD75; }
a { background-color: rgb(255,205,117); }
div.DivClassName
{
background-color: #FFCD75;
}
.BgClassName
{
background-color: #FFCD75;
}
</style>
border-color css
<style>
span { border-color: #FFCD75; }
span { border-color: rgb(255,205,117); }
td.TdClassName
{
border-color: #FFCD75;
}
.TagClassName
{
border-color: #FFCD75;
}
</style>