Shades of Gamboge #CFA303
Tints of Gamboge #CFA303
RGB
CMYK
RGB Variations
Color information
#CFA303 (or 0xCFA303) is known color: Gamboge. HEX triplet: CF, A3 and 03. RGB value is (207,163,3). Sum of RGB (Red+Green+Blue) = 207+163+3=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA303 is #305CFC. Grayscale: #9E9E9E. Windows color (decimal): -3169533 or 238543. OLE color: 238543.
HSL color Cylindrical-coordinate representation of color #CFA303: hue angle of 47.06º 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 #CFA303 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.19 |
| HSL | 47.06º | 0.97% | 0.41% | - |
| HSV(B) | 47.06º | 0.99% | 0.81% | - |
| XYZ | 38.85 | 39.47 | 5.66 | - |
| YUV | 157.92 | 40.58 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 3 | 0 | 0.21 | 0.99 | 0.19 | 47.06 | 0.97 | 0.41 |
| Hex | CF | A3 | 3 | 0 | 15 | 63 | 13 | 2F | 61 | 29 |
| Octal | 317 | 243 | 3 | 0 | 25 | 143 | 23 | 57 | 141 | 51 |
| Binary | 11001111 | 10100011 | 11 | 0 | 10101 | 1100011 | 10011 | 101111 | 1100001 | 101001 |
Color Harmonies of #CFA303
Complementary color
Monochromatic Colors of #CFA303
Black with #CFA303
Text Example
Text Example
White with #CFA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA303; }
p { color: rgb(207,163,3); }
H1.HeaderClassName
{
color: #CFA303;
}
.AnyTagClassName
{
color: #CFA303;
}
</style>
background-color css
<style>
a { background-color: #CFA303; }
a { background-color: rgb(207,163,3); }
div.DivClassName
{
background-color: #CFA303;
}
.BgClassName
{
background-color: #CFA303;
}
</style>
border-color css
<style>
span { border-color: #CFA303; }
span { border-color: rgb(207,163,3); }
td.TdClassName
{
border-color: #CFA303;
}
.TagClassName
{
border-color: #CFA303;
}
</style>