Shades of Grandis #FFCD76
Tints of Grandis #FFCD76
RGB
CMYK
RGB Variations
Color information
#FFCD76 (or 0xFFCD76) is known color: Grandis. HEX triplet: FF, CD and 76. RGB value is (255,205,118). Sum of RGB (Red+Green+Blue) = 255+205+118=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD76 is #003289. Grayscale: #D2D2D2. Windows color (decimal): -12938 or 7785983. OLE color: 7785983.
HSL color Cylindrical-coordinate representation of color #FFCD76: hue angle of 38.1º 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 #FFCD76 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 118 | - |
| CMYK | 0 | 0.20 | 0.54 | 0 |
| HSL | 38.1º | 1% | 0.73% | - |
| HSV(B) | 38.1º | 0.54% | 1% | - |
| XYZ | 66.34 | 66.23 | 26.43 | - |
| YUV | 210.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 118 | 0 | 0.20 | 0.54 | 0 | 38.1 | 1 | 0.73 |
| Hex | FF | CD | 76 | 0 | 14 | 36 | 0 | 26 | 64 | 49 |
| Octal | 377 | 315 | 166 | 0 | 24 | 66 | 0 | 46 | 144 | 111 |
| Binary | 11111111 | 11001101 | 1110110 | 0 | 10100 | 110110 | 0 | 100110 | 1100100 | 1001001 |
Color Harmonies of #FFCD76
Complementary color
Monochromatic Colors of #FFCD76
Black with #FFCD76
Text Example
Text Example
White with #FFCD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD76; }
p { color: rgb(255,205,118); }
H1.HeaderClassName
{
color: #FFCD76;
}
.AnyTagClassName
{
color: #FFCD76;
}
</style>
background-color css
<style>
a { background-color: #FFCD76; }
a { background-color: rgb(255,205,118); }
div.DivClassName
{
background-color: #FFCD76;
}
.BgClassName
{
background-color: #FFCD76;
}
</style>
border-color css
<style>
span { border-color: #FFCD76; }
span { border-color: rgb(255,205,118); }
td.TdClassName
{
border-color: #FFCD76;
}
.TagClassName
{
border-color: #FFCD76;
}
</style>