Shades of Gamboge #CFA103
Tints of Gamboge #CFA103
RGB
CMYK
RGB Variations
Color information
#CFA103 (or 0xCFA103) is known color: Gamboge. HEX triplet: CF, A1 and 03. RGB value is (207,161,3). Sum of RGB (Red+Green+Blue) = 207+161+3=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA103 is #305EFC. Grayscale: #9D9D9D. Windows color (decimal): -3170045 or 238031. OLE color: 238031.
HSL color Cylindrical-coordinate representation of color #CFA103: hue angle of 46.47º 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 #CFA103 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.19 |
| HSL | 46.47º | 0.97% | 0.41% | - |
| HSV(B) | 46.47º | 0.99% | 0.81% | - |
| XYZ | 38.49 | 38.76 | 5.54 | - |
| YUV | 156.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 3 | 0 | 0.22 | 0.99 | 0.19 | 46.47 | 0.97 | 0.41 |
| Hex | CF | A1 | 3 | 0 | 16 | 63 | 13 | 2E | 61 | 29 |
| Octal | 317 | 241 | 3 | 0 | 26 | 143 | 23 | 56 | 141 | 51 |
| Binary | 11001111 | 10100001 | 11 | 0 | 10110 | 1100011 | 10011 | 101110 | 1100001 | 101001 |
Color Harmonies of #CFA103
Complementary color
Monochromatic Colors of #CFA103
Black with #CFA103
Text Example
Text Example
White with #CFA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA103; }
p { color: rgb(207,161,3); }
H1.HeaderClassName
{
color: #CFA103;
}
.AnyTagClassName
{
color: #CFA103;
}
</style>
background-color css
<style>
a { background-color: #CFA103; }
a { background-color: rgb(207,161,3); }
div.DivClassName
{
background-color: #CFA103;
}
.BgClassName
{
background-color: #CFA103;
}
</style>
border-color css
<style>
span { border-color: #CFA103; }
span { border-color: rgb(207,161,3); }
td.TdClassName
{
border-color: #CFA103;
}
.TagClassName
{
border-color: #CFA103;
}
</style>