Shades of Gamboge #CF9A0B
Tints of Gamboge #CF9A0B
RGB
CMYK
RGB Variations
Color information
#CF9A0B (or 0xCF9A0B) is known color: Gamboge. HEX triplet: CF, 9A and 0B. RGB value is (207,154,11). Sum of RGB (Red+Green+Blue) = 207+154+11=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9A0B is #3065F4. Grayscale: #9A9A9A. Windows color (decimal): -3171829 or 760527. OLE color: 760527.
HSL color Cylindrical-coordinate representation of color #CF9A0B: hue angle of 43.78º 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 #CF9A0B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.19 |
| HSL | 43.78º | 0.9% | 0.43% | - |
| HSV(B) | 43.78º | 0.95% | 0.81% | - |
| XYZ | 37.35 | 36.4 | 5.37 | - |
| YUV | 153.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 11 | 0 | 0.26 | 0.95 | 0.19 | 43.78 | 0.9 | 0.43 |
| Hex | CF | 9A | B | 0 | 1A | 5F | 13 | 2C | 5A | 2B |
| Octal | 317 | 232 | 13 | 0 | 32 | 137 | 23 | 54 | 132 | 53 |
| Binary | 11001111 | 10011010 | 1011 | 0 | 11010 | 1011111 | 10011 | 101100 | 1011010 | 101011 |
Color Harmonies of #CF9A0B
Complementary color
Monochromatic Colors of #CF9A0B
Black with #CF9A0B
Text Example
Text Example
White with #CF9A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A0B; }
p { color: rgb(207,154,11); }
H1.HeaderClassName
{
color: #CF9A0B;
}
.AnyTagClassName
{
color: #CF9A0B;
}
</style>
background-color css
<style>
a { background-color: #CF9A0B; }
a { background-color: rgb(207,154,11); }
div.DivClassName
{
background-color: #CF9A0B;
}
.BgClassName
{
background-color: #CF9A0B;
}
</style>
border-color css
<style>
span { border-color: #CF9A0B; }
span { border-color: rgb(207,154,11); }
td.TdClassName
{
border-color: #CF9A0B;
}
.TagClassName
{
border-color: #CF9A0B;
}
</style>