Shades of Gamboge #CFA302
Tints of Gamboge #CFA302
RGB
CMYK
RGB Variations
Color information
#CFA302 (or 0xCFA302) is known color: Gamboge. HEX triplet: CF, A3 and 02. RGB value is (207,163,2). Sum of RGB (Red+Green+Blue) = 207+163+2=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA302 is #305CFD. Grayscale: #9E9E9E. Windows color (decimal): -3169534 or 173007. OLE color: 173007.
HSL color Cylindrical-coordinate representation of color #CFA302: hue angle of 47.12º degrees, saturation: 0.98, 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 #CFA302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.19 |
| HSL | 47.12º | 0.98% | 0.41% | - |
| HSV(B) | 47.12º | 0.99% | 0.81% | - |
| XYZ | 38.84 | 39.46 | 5.63 | - |
| YUV | 157.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 2 | 0 | 0.21 | 0.99 | 0.19 | 47.12 | 0.98 | 0.41 |
| Hex | CF | A3 | 2 | 0 | 15 | 63 | 13 | 2F | 62 | 29 |
| Octal | 317 | 243 | 2 | 0 | 25 | 143 | 23 | 57 | 142 | 51 |
| Binary | 11001111 | 10100011 | 10 | 0 | 10101 | 1100011 | 10011 | 101111 | 1100010 | 101001 |
Color Harmonies of #CFA302
Complementary color
Monochromatic Colors of #CFA302
Black with #CFA302
Text Example
Text Example
White with #CFA302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA302; }
p { color: rgb(207,163,2); }
H1.HeaderClassName
{
color: #CFA302;
}
.AnyTagClassName
{
color: #CFA302;
}
</style>
background-color css
<style>
a { background-color: #CFA302; }
a { background-color: rgb(207,163,2); }
div.DivClassName
{
background-color: #CFA302;
}
.BgClassName
{
background-color: #CFA302;
}
</style>
border-color css
<style>
span { border-color: #CFA302; }
span { border-color: rgb(207,163,2); }
td.TdClassName
{
border-color: #CFA302;
}
.TagClassName
{
border-color: #CFA302;
}
</style>