Shades of Gamboge #CC9805
Tints of Gamboge #CC9805
RGB
CMYK
RGB Variations
Color information
#CC9805 (or 0xCC9805) is known color: Gamboge. HEX triplet: CC, 98 and 05. RGB value is (204,152,5). Sum of RGB (Red+Green+Blue) = 204+152+5=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9805 is #3367FA. Grayscale: #979797. Windows color (decimal): -3368955 or 366796. OLE color: 366796.
HSL color Cylindrical-coordinate representation of color #CC9805: hue angle of 44.32º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC9805 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.2 |
| HSL | 44.32º | 0.95% | 0.41% | - |
| HSV(B) | 44.32º | 0.98% | 0.8% | - |
| XYZ | 36.16 | 35.3 | 5.05 | - |
| YUV | 150.79 | 45.73 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 5 | 0 | 0.25 | 0.98 | 0.2 | 44.32 | 0.95 | 0.41 |
| Hex | CC | 98 | 5 | 0 | 19 | 62 | 14 | 2C | 5F | 29 |
| Octal | 314 | 230 | 5 | 0 | 31 | 142 | 24 | 54 | 137 | 51 |
| Binary | 11001100 | 10011000 | 101 | 0 | 11001 | 1100010 | 10100 | 101100 | 1011111 | 101001 |
Color Harmonies of #CC9805
Complementary color
Monochromatic Colors of #CC9805
Black with #CC9805
Text Example
Text Example
White with #CC9805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9805; }
p { color: rgb(204,152,5); }
H1.HeaderClassName
{
color: #CC9805;
}
.AnyTagClassName
{
color: #CC9805;
}
</style>
background-color css
<style>
a { background-color: #CC9805; }
a { background-color: rgb(204,152,5); }
div.DivClassName
{
background-color: #CC9805;
}
.BgClassName
{
background-color: #CC9805;
}
</style>
border-color css
<style>
span { border-color: #CC9805; }
span { border-color: rgb(204,152,5); }
td.TdClassName
{
border-color: #CC9805;
}
.TagClassName
{
border-color: #CC9805;
}
</style>