Shades of Grandis #FFCC6E
Tints of Grandis #FFCC6E
RGB
CMYK
RGB Variations
Color information
#FFCC6E (or 0xFFCC6E) is known color: Grandis. HEX triplet: FF, CC and 6E. RGB value is (255,204,110). Sum of RGB (Red+Green+Blue) = 255+204+110=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC6E is #003391. Grayscale: #D0D0D0. Windows color (decimal): -13202 or 7261439. OLE color: 7261439.
HSL color Cylindrical-coordinate representation of color #FFCC6E: hue angle of 38.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFCC6E is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 110 | - |
| CMYK | 0 | 0.2 | 0.57 | 0 |
| HSL | 38.9º | 1% | 0.72% | - |
| HSV(B) | 38.9º | 0.57% | 1% | - |
| XYZ | 65.65 | 65.57 | 23.95 | - |
| YUV | 208.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 110 | 0 | 0.2 | 0.57 | 0 | 38.9 | 1 | 0.72 |
| Hex | FF | CC | 6E | 0 | 14 | 39 | 0 | 27 | 64 | 48 |
| Octal | 377 | 314 | 156 | 0 | 24 | 71 | 0 | 47 | 144 | 110 |
| Binary | 11111111 | 11001100 | 1101110 | 0 | 10100 | 111001 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCC6E
Complementary color
Monochromatic Colors of #FFCC6E
Black with #FFCC6E
Text Example
Text Example
White with #FFCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC6E; }
p { color: rgb(255,204,110); }
H1.HeaderClassName
{
color: #FFCC6E;
}
.AnyTagClassName
{
color: #FFCC6E;
}
</style>
background-color css
<style>
a { background-color: #FFCC6E; }
a { background-color: rgb(255,204,110); }
div.DivClassName
{
background-color: #FFCC6E;
}
.BgClassName
{
background-color: #FFCC6E;
}
</style>
border-color css
<style>
span { border-color: #FFCC6E; }
span { border-color: rgb(255,204,110); }
td.TdClassName
{
border-color: #FFCC6E;
}
.TagClassName
{
border-color: #FFCC6E;
}
</style>