Shades of Gamboge #CFA102
Tints of Gamboge #CFA102
RGB
CMYK
RGB Variations
Color information
#CFA102 (or 0xCFA102) is known color: Gamboge. HEX triplet: CF, A1 and 02. RGB value is (207,161,2). Sum of RGB (Red+Green+Blue) = 207+161+2=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA102 is #305EFD. Grayscale: #9D9D9D. Windows color (decimal): -3170046 or 172495. OLE color: 172495.
HSL color Cylindrical-coordinate representation of color #CFA102: hue angle of 46.54º 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 #CFA102 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.19 |
| HSL | 46.54º | 0.98% | 0.41% | - |
| HSV(B) | 46.54º | 0.99% | 0.81% | - |
| XYZ | 38.49 | 38.76 | 5.51 | - |
| YUV | 156.63 | 40.74 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 2 | 0 | 0.22 | 0.99 | 0.19 | 46.54 | 0.98 | 0.41 |
| Hex | CF | A1 | 2 | 0 | 16 | 63 | 13 | 2F | 62 | 29 |
| Octal | 317 | 241 | 2 | 0 | 26 | 143 | 23 | 57 | 142 | 51 |
| Binary | 11001111 | 10100001 | 10 | 0 | 10110 | 1100011 | 10011 | 101111 | 1100010 | 101001 |
Color Harmonies of #CFA102
Complementary color
Monochromatic Colors of #CFA102
Black with #CFA102
Text Example
Text Example
White with #CFA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA102; }
p { color: rgb(207,161,2); }
H1.HeaderClassName
{
color: #CFA102;
}
.AnyTagClassName
{
color: #CFA102;
}
</style>
background-color css
<style>
a { background-color: #CFA102; }
a { background-color: rgb(207,161,2); }
div.DivClassName
{
background-color: #CFA102;
}
.BgClassName
{
background-color: #CFA102;
}
</style>
border-color css
<style>
span { border-color: #CFA102; }
span { border-color: rgb(207,161,2); }
td.TdClassName
{
border-color: #CFA102;
}
.TagClassName
{
border-color: #CFA102;
}
</style>