Shades of Gamboge #CF9F0B
Tints of Gamboge #CF9F0B
RGB
CMYK
RGB Variations
Color information
#CF9F0B (or 0xCF9F0B) is known color: Gamboge. HEX triplet: CF, 9F and 0B. RGB value is (207,159,11). Sum of RGB (Red+Green+Blue) = 207+159+11=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9F0B is #3060F4. Grayscale: #9D9D9D. Windows color (decimal): -3170549 or 761807. OLE color: 761807.
HSL color Cylindrical-coordinate representation of color #CF9F0B: hue angle of 45.31º 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 #CF9F0B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.19 |
| HSL | 45.31º | 0.9% | 0.43% | - |
| HSV(B) | 45.31º | 0.95% | 0.81% | - |
| XYZ | 38.19 | 38.09 | 5.66 | - |
| YUV | 156.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 11 | 0 | 0.23 | 0.95 | 0.19 | 45.31 | 0.9 | 0.43 |
| Hex | CF | 9F | B | 0 | 17 | 5F | 13 | 2D | 5A | 2B |
| Octal | 317 | 237 | 13 | 0 | 27 | 137 | 23 | 55 | 132 | 53 |
| Binary | 11001111 | 10011111 | 1011 | 0 | 10111 | 1011111 | 10011 | 101101 | 1011010 | 101011 |
Color Harmonies of #CF9F0B
Complementary color
Monochromatic Colors of #CF9F0B
Black with #CF9F0B
Text Example
Text Example
White with #CF9F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F0B; }
p { color: rgb(207,159,11); }
H1.HeaderClassName
{
color: #CF9F0B;
}
.AnyTagClassName
{
color: #CF9F0B;
}
</style>
background-color css
<style>
a { background-color: #CF9F0B; }
a { background-color: rgb(207,159,11); }
div.DivClassName
{
background-color: #CF9F0B;
}
.BgClassName
{
background-color: #CF9F0B;
}
</style>
border-color css
<style>
span { border-color: #CF9F0B; }
span { border-color: rgb(207,159,11); }
td.TdClassName
{
border-color: #CF9F0B;
}
.TagClassName
{
border-color: #CF9F0B;
}
</style>