Shades of Gamboge #CFA802
Tints of Gamboge #CFA802
RGB
CMYK
RGB Variations
Color information
#CFA802 (or 0xCFA802) is known color: Gamboge. HEX triplet: CF, A8 and 02. RGB value is (207,168,2). Sum of RGB (Red+Green+Blue) = 207+168+2=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA802 is #3057FD. Grayscale: #A1A1A1. Windows color (decimal): -3168254 or 174287. OLE color: 174287.
HSL color Cylindrical-coordinate representation of color #CFA802: hue angle of 48.59º 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 #CFA802 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.19 |
| HSL | 48.59º | 0.98% | 0.41% | - |
| HSV(B) | 48.59º | 0.99% | 0.81% | - |
| XYZ | 39.75 | 41.28 | 5.93 | - |
| YUV | 160.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 2 | 0 | 0.19 | 0.99 | 0.19 | 48.59 | 0.98 | 0.41 |
| Hex | CF | A8 | 2 | 0 | 13 | 63 | 13 | 31 | 62 | 29 |
| Octal | 317 | 250 | 2 | 0 | 23 | 143 | 23 | 61 | 142 | 51 |
| Binary | 11001111 | 10101000 | 10 | 0 | 10011 | 1100011 | 10011 | 110001 | 1100010 | 101001 |
Color Harmonies of #CFA802
Complementary color
Monochromatic Colors of #CFA802
Black with #CFA802
Text Example
Text Example
White with #CFA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA802; }
p { color: rgb(207,168,2); }
H1.HeaderClassName
{
color: #CFA802;
}
.AnyTagClassName
{
color: #CFA802;
}
</style>
background-color css
<style>
a { background-color: #CFA802; }
a { background-color: rgb(207,168,2); }
div.DivClassName
{
background-color: #CFA802;
}
.BgClassName
{
background-color: #CFA802;
}
</style>
border-color css
<style>
span { border-color: #CFA802; }
span { border-color: rgb(207,168,2); }
td.TdClassName
{
border-color: #CFA802;
}
.TagClassName
{
border-color: #CFA802;
}
</style>