Shades of Gamboge #CF9B0B
Tints of Gamboge #CF9B0B
RGB
CMYK
RGB Variations
Color information
#CF9B0B (or 0xCF9B0B) is known color: Gamboge. HEX triplet: CF, 9B and 0B. RGB value is (207,155,11). Sum of RGB (Red+Green+Blue) = 207+155+11=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9B0B is #3064F4. Grayscale: #9A9A9A. Windows color (decimal): -3171573 or 760783. OLE color: 760783.
HSL color Cylindrical-coordinate representation of color #CF9B0B: hue angle of 44.08º 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 #CF9B0B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.19 |
| HSL | 44.08º | 0.9% | 0.43% | - |
| HSV(B) | 44.08º | 0.95% | 0.81% | - |
| XYZ | 37.51 | 36.73 | 5.43 | - |
| YUV | 154.13 | 47.23 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 11 | 0 | 0.25 | 0.95 | 0.19 | 44.08 | 0.9 | 0.43 |
| Hex | CF | 9B | B | 0 | 19 | 5F | 13 | 2C | 5A | 2B |
| Octal | 317 | 233 | 13 | 0 | 31 | 137 | 23 | 54 | 132 | 53 |
| Binary | 11001111 | 10011011 | 1011 | 0 | 11001 | 1011111 | 10011 | 101100 | 1011010 | 101011 |
Color Harmonies of #CF9B0B
Complementary color
Monochromatic Colors of #CF9B0B
Black with #CF9B0B
Text Example
Text Example
White with #CF9B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B0B; }
p { color: rgb(207,155,11); }
H1.HeaderClassName
{
color: #CF9B0B;
}
.AnyTagClassName
{
color: #CF9B0B;
}
</style>
background-color css
<style>
a { background-color: #CF9B0B; }
a { background-color: rgb(207,155,11); }
div.DivClassName
{
background-color: #CF9B0B;
}
.BgClassName
{
background-color: #CF9B0B;
}
</style>
border-color css
<style>
span { border-color: #CF9B0B; }
span { border-color: rgb(207,155,11); }
td.TdClassName
{
border-color: #CF9B0B;
}
.TagClassName
{
border-color: #CF9B0B;
}
</style>