Shades of Grandis #FFCC72
Tints of Grandis #FFCC72
RGB
CMYK
RGB Variations
Color information
#FFCC72 (or 0xFFCC72) is known color: Grandis. HEX triplet: FF, CC and 72. RGB value is (255,204,114). Sum of RGB (Red+Green+Blue) = 255+204+114=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC72 is #00338D. Grayscale: #D1D1D1. Windows color (decimal): -13198 or 7523583. OLE color: 7523583.
HSL color Cylindrical-coordinate representation of color #FFCC72: hue angle of 38.3º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCC72 is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 114 | - |
| CMYK | 0 | 0.2 | 0.55 | 0 |
| HSL | 38.3º | 1% | 0.72% | - |
| HSV(B) | 38.3º | 0.55% | 1% | - |
| XYZ | 65.87 | 65.66 | 25.12 | - |
| YUV | 208.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 114 | 0 | 0.2 | 0.55 | 0 | 38.3 | 1 | 0.72 |
| Hex | FF | CC | 72 | 0 | 14 | 37 | 0 | 26 | 64 | 48 |
| Octal | 377 | 314 | 162 | 0 | 24 | 67 | 0 | 46 | 144 | 110 |
| Binary | 11111111 | 11001100 | 1110010 | 0 | 10100 | 110111 | 0 | 100110 | 1100100 | 1001000 |
Color Harmonies of #FFCC72
Complementary color
Monochromatic Colors of #FFCC72
Black with #FFCC72
Text Example
Text Example
White with #FFCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC72; }
p { color: rgb(255,204,114); }
H1.HeaderClassName
{
color: #FFCC72;
}
.AnyTagClassName
{
color: #FFCC72;
}
</style>
background-color css
<style>
a { background-color: #FFCC72; }
a { background-color: rgb(255,204,114); }
div.DivClassName
{
background-color: #FFCC72;
}
.BgClassName
{
background-color: #FFCC72;
}
</style>
border-color css
<style>
span { border-color: #FFCC72; }
span { border-color: rgb(255,204,114); }
td.TdClassName
{
border-color: #FFCC72;
}
.TagClassName
{
border-color: #FFCC72;
}
</style>