Shades of Gamboge #CF9B00
Tints of Gamboge #CF9B00
RGB
CMYK
RGB Variations
Color information
#CF9B00 (or 0xCF9B00) is known color: Gamboge. HEX triplet: CF, 9B and 00. RGB value is (207,155,0). Sum of RGB (Red+Green+Blue) = 207+155+0=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9B00 is #3064FF. Grayscale: #999999. Windows color (decimal): -3171584 or 39887. OLE color: 39887.
HSL color Cylindrical-coordinate representation of color #CF9B00: hue angle of 44.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF9B00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.19 |
| HSL | 44.93º | 1% | 0.41% | - |
| HSV(B) | 44.93º | 1% | 0.81% | - |
| XYZ | 37.45 | 36.71 | 5.11 | - |
| YUV | 152.88 | 41.73 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 0 | 0 | 0.25 | 1 | 0.19 | 44.93 | 1 | 0.41 |
| Hex | CF | 9B | 0 | 0 | 19 | 64 | 13 | 2D | 64 | 29 |
| Octal | 317 | 233 | 0 | 0 | 31 | 144 | 23 | 55 | 144 | 51 |
| Binary | 11001111 | 10011011 | 0 | 0 | 11001 | 1100100 | 10011 | 101101 | 1100100 | 101001 |
Color Harmonies of #CF9B00
Complementary color
Monochromatic Colors of #CF9B00
Black with #CF9B00
Text Example
Text Example
White with #CF9B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B00; }
p { color: rgb(207,155,0); }
H1.HeaderClassName
{
color: #CF9B00;
}
.AnyTagClassName
{
color: #CF9B00;
}
</style>
background-color css
<style>
a { background-color: #CF9B00; }
a { background-color: rgb(207,155,0); }
div.DivClassName
{
background-color: #CF9B00;
}
.BgClassName
{
background-color: #CF9B00;
}
</style>
border-color css
<style>
span { border-color: #CF9B00; }
span { border-color: rgb(207,155,0); }
td.TdClassName
{
border-color: #CF9B00;
}
.TagClassName
{
border-color: #CF9B00;
}
</style>