Shades of Gamboge #CF9C0A
Tints of Gamboge #CF9C0A
RGB
CMYK
RGB Variations
Color information
#CF9C0A (or 0xCF9C0A) is known color: Gamboge. HEX triplet: CF, 9C and 0A. RGB value is (207,156,10). Sum of RGB (Red+Green+Blue) = 207+156+10=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9C0A is #3063F5. Grayscale: #9B9B9B. Windows color (decimal): -3171318 or 695503. OLE color: 695503.
HSL color Cylindrical-coordinate representation of color #CF9C0A: hue angle of 44.47º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF9C0A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 10 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.19 |
| HSL | 44.47º | 0.91% | 0.43% | - |
| HSV(B) | 44.47º | 0.95% | 0.81% | - |
| XYZ | 37.68 | 37.06 | 5.46 | - |
| YUV | 154.61 | 46.4 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 10 | 0 | 0.25 | 0.95 | 0.19 | 44.47 | 0.91 | 0.43 |
| Hex | CF | 9C | A | 0 | 19 | 5F | 13 | 2C | 5B | 2B |
| Octal | 317 | 234 | 12 | 0 | 31 | 137 | 23 | 54 | 133 | 53 |
| Binary | 11001111 | 10011100 | 1010 | 0 | 11001 | 1011111 | 10011 | 101100 | 1011011 | 101011 |
Color Harmonies of #CF9C0A
Complementary color
Monochromatic Colors of #CF9C0A
Black with #CF9C0A
Text Example
Text Example
White with #CF9C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C0A; }
p { color: rgb(207,156,10); }
H1.HeaderClassName
{
color: #CF9C0A;
}
.AnyTagClassName
{
color: #CF9C0A;
}
</style>
background-color css
<style>
a { background-color: #CF9C0A; }
a { background-color: rgb(207,156,10); }
div.DivClassName
{
background-color: #CF9C0A;
}
.BgClassName
{
background-color: #CF9C0A;
}
</style>
border-color css
<style>
span { border-color: #CF9C0A; }
span { border-color: rgb(207,156,10); }
td.TdClassName
{
border-color: #CF9C0A;
}
.TagClassName
{
border-color: #CF9C0A;
}
</style>