Shades of Gamboge #CF9800
Tints of Gamboge #CF9800
RGB
CMYK
RGB Variations
Color information
#CF9800 (or 0xCF9800) is known color: Gamboge. HEX triplet: CF, 98 and 00. RGB value is (207,152,0). Sum of RGB (Red+Green+Blue) = 207+152+0=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9800 is #3067FF. Grayscale: #979797. Windows color (decimal): -3172352 or 39119. OLE color: 39119.
HSL color Cylindrical-coordinate representation of color #CF9800: hue angle of 44.06º 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 #CF9800 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.19 |
| HSL | 44.06º | 1% | 0.41% | - |
| HSV(B) | 44.06º | 1% | 0.81% | - |
| XYZ | 36.96 | 35.72 | 4.95 | - |
| YUV | 151.12 | 42.72 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 0 | 0 | 0.27 | 1 | 0.19 | 44.06 | 1 | 0.41 |
| Hex | CF | 98 | 0 | 0 | 1B | 64 | 13 | 2C | 64 | 29 |
| Octal | 317 | 230 | 0 | 0 | 33 | 144 | 23 | 54 | 144 | 51 |
| Binary | 11001111 | 10011000 | 0 | 0 | 11011 | 1100100 | 10011 | 101100 | 1100100 | 101001 |
Color Harmonies of #CF9800
Complementary color
Monochromatic Colors of #CF9800
Black with #CF9800
Text Example
Text Example
White with #CF9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9800; }
p { color: rgb(207,152,0); }
H1.HeaderClassName
{
color: #CF9800;
}
.AnyTagClassName
{
color: #CF9800;
}
</style>
background-color css
<style>
a { background-color: #CF9800; }
a { background-color: rgb(207,152,0); }
div.DivClassName
{
background-color: #CF9800;
}
.BgClassName
{
background-color: #CF9800;
}
</style>
border-color css
<style>
span { border-color: #CF9800; }
span { border-color: rgb(207,152,0); }
td.TdClassName
{
border-color: #CF9800;
}
.TagClassName
{
border-color: #CF9800;
}
</style>