Shades of Gamboge #CF970B
Tints of Gamboge #CF970B
RGB
CMYK
RGB Variations
Color information
#CF970B (or 0xCF970B) is known color: Gamboge. HEX triplet: CF, 97 and 0B. RGB value is (207,151,11). Sum of RGB (Red+Green+Blue) = 207+151+11=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF970B is #3068F4. Grayscale: #989898. Windows color (decimal): -3172597 or 759759. OLE color: 759759.
HSL color Cylindrical-coordinate representation of color #CF970B: hue angle of 42.86º 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 #CF970B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.19 |
| HSL | 42.86º | 0.9% | 0.43% | - |
| HSV(B) | 42.86º | 0.95% | 0.81% | - |
| XYZ | 36.86 | 35.42 | 5.21 | - |
| YUV | 151.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 11 | 0 | 0.27 | 0.95 | 0.19 | 42.86 | 0.9 | 0.43 |
| Hex | CF | 97 | B | 0 | 1B | 5F | 13 | 2B | 5A | 2B |
| Octal | 317 | 227 | 13 | 0 | 33 | 137 | 23 | 53 | 132 | 53 |
| Binary | 11001111 | 10010111 | 1011 | 0 | 11011 | 1011111 | 10011 | 101011 | 1011010 | 101011 |
Color Harmonies of #CF970B
Complementary color
Monochromatic Colors of #CF970B
Black with #CF970B
Text Example
Text Example
White with #CF970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF970B; }
p { color: rgb(207,151,11); }
H1.HeaderClassName
{
color: #CF970B;
}
.AnyTagClassName
{
color: #CF970B;
}
</style>
background-color css
<style>
a { background-color: #CF970B; }
a { background-color: rgb(207,151,11); }
div.DivClassName
{
background-color: #CF970B;
}
.BgClassName
{
background-color: #CF970B;
}
</style>
border-color css
<style>
span { border-color: #CF970B; }
span { border-color: rgb(207,151,11); }
td.TdClassName
{
border-color: #CF970B;
}
.TagClassName
{
border-color: #CF970B;
}
</style>