Shades of Gamboge #CFA403
Tints of Gamboge #CFA403
RGB
CMYK
RGB Variations
Color information
#CFA403 (or 0xCFA403) is known color: Gamboge. HEX triplet: CF, A4 and 03. RGB value is (207,164,3). Sum of RGB (Red+Green+Blue) = 207+164+3=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA403 is #305BFC. Grayscale: #9F9F9F. Windows color (decimal): -3169277 or 238799. OLE color: 238799.
HSL color Cylindrical-coordinate representation of color #CFA403: hue angle of 47.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFA403 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.19 |
| HSL | 47.35º | 0.97% | 0.41% | - |
| HSV(B) | 47.35º | 0.99% | 0.81% | - |
| XYZ | 39.02 | 39.82 | 5.72 | - |
| YUV | 158.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 3 | 0 | 0.21 | 0.99 | 0.19 | 47.35 | 0.97 | 0.41 |
| Hex | CF | A4 | 3 | 0 | 15 | 63 | 13 | 2F | 61 | 29 |
| Octal | 317 | 244 | 3 | 0 | 25 | 143 | 23 | 57 | 141 | 51 |
| Binary | 11001111 | 10100100 | 11 | 0 | 10101 | 1100011 | 10011 | 101111 | 1100001 | 101001 |
Color Harmonies of #CFA403
Complementary color
Monochromatic Colors of #CFA403
Black with #CFA403
Text Example
Text Example
White with #CFA403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA403; }
p { color: rgb(207,164,3); }
H1.HeaderClassName
{
color: #CFA403;
}
.AnyTagClassName
{
color: #CFA403;
}
</style>
background-color css
<style>
a { background-color: #CFA403; }
a { background-color: rgb(207,164,3); }
div.DivClassName
{
background-color: #CFA403;
}
.BgClassName
{
background-color: #CFA403;
}
</style>
border-color css
<style>
span { border-color: #CFA403; }
span { border-color: rgb(207,164,3); }
td.TdClassName
{
border-color: #CFA403;
}
.TagClassName
{
border-color: #CFA403;
}
</style>