Shades of Grandis #FFCC6D
Tints of Grandis #FFCC6D
RGB
CMYK
RGB Variations
Color information
#FFCC6D (or 0xFFCC6D) is known color: Grandis. HEX triplet: FF, CC and 6D. RGB value is (255,204,109). Sum of RGB (Red+Green+Blue) = 255+204+109=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC6D is #003392. Grayscale: #D0D0D0. Windows color (decimal): -13203 or 7195903. OLE color: 7195903.
HSL color Cylindrical-coordinate representation of color #FFCC6D: hue angle of 39.04º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCC6D is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 109 | - |
| CMYK | 0 | 0.2 | 0.57 | 0 |
| HSL | 39.04º | 1% | 0.71% | - |
| HSV(B) | 39.04º | 0.57% | 1% | - |
| XYZ | 65.59 | 65.55 | 23.66 | - |
| YUV | 208.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 109 | 0 | 0.2 | 0.57 | 0 | 39.04 | 1 | 0.71 |
| Hex | FF | CC | 6D | 0 | 14 | 39 | 0 | 27 | 64 | 47 |
| Octal | 377 | 314 | 155 | 0 | 24 | 71 | 0 | 47 | 144 | 107 |
| Binary | 11111111 | 11001100 | 1101101 | 0 | 10100 | 111001 | 0 | 100111 | 1100100 | 1000111 |
Color Harmonies of #FFCC6D
Complementary color
Monochromatic Colors of #FFCC6D
Black with #FFCC6D
Text Example
Text Example
White with #FFCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC6D; }
p { color: rgb(255,204,109); }
H1.HeaderClassName
{
color: #FFCC6D;
}
.AnyTagClassName
{
color: #FFCC6D;
}
</style>
background-color css
<style>
a { background-color: #FFCC6D; }
a { background-color: rgb(255,204,109); }
div.DivClassName
{
background-color: #FFCC6D;
}
.BgClassName
{
background-color: #FFCC6D;
}
</style>
border-color css
<style>
span { border-color: #FFCC6D; }
span { border-color: rgb(255,204,109); }
td.TdClassName
{
border-color: #FFCC6D;
}
.TagClassName
{
border-color: #FFCC6D;
}
</style>