Shades of Gamboge #CFA40B
Tints of Gamboge #CFA40B
RGB
CMYK
RGB Variations
Color information
#CFA40B (or 0xCFA40B) is known color: Gamboge. HEX triplet: CF, A4 and 0B. RGB value is (207,164,11). Sum of RGB (Red+Green+Blue) = 207+164+11=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA40B is #305BF4. Grayscale: #A0A0A0. Windows color (decimal): -3169269 or 763087. OLE color: 763087.
HSL color Cylindrical-coordinate representation of color #CFA40B: hue angle of 46.84º degrees, saturation: 0.9, 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 #CFA40B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.19 |
| HSL | 46.84º | 0.9% | 0.43% | - |
| HSV(B) | 46.84º | 0.95% | 0.81% | - |
| XYZ | 39.07 | 39.84 | 5.95 | - |
| YUV | 159.42 | 44.25 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 11 | 0 | 0.21 | 0.95 | 0.19 | 46.84 | 0.9 | 0.43 |
| Hex | CF | A4 | B | 0 | 15 | 5F | 13 | 2F | 5A | 2B |
| Octal | 317 | 244 | 13 | 0 | 25 | 137 | 23 | 57 | 132 | 53 |
| Binary | 11001111 | 10100100 | 1011 | 0 | 10101 | 1011111 | 10011 | 101111 | 1011010 | 101011 |
Color Harmonies of #CFA40B
Complementary color
Monochromatic Colors of #CFA40B
Black with #CFA40B
Text Example
Text Example
White with #CFA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA40B; }
p { color: rgb(207,164,11); }
H1.HeaderClassName
{
color: #CFA40B;
}
.AnyTagClassName
{
color: #CFA40B;
}
</style>
background-color css
<style>
a { background-color: #CFA40B; }
a { background-color: rgb(207,164,11); }
div.DivClassName
{
background-color: #CFA40B;
}
.BgClassName
{
background-color: #CFA40B;
}
</style>
border-color css
<style>
span { border-color: #CFA40B; }
span { border-color: rgb(207,164,11); }
td.TdClassName
{
border-color: #CFA40B;
}
.TagClassName
{
border-color: #CFA40B;
}
</style>