Shades of Gamboge #CFA10D
Tints of Gamboge #CFA10D
RGB
CMYK
RGB Variations
Color information
#CFA10D (or 0xCFA10D) is known color: Gamboge. HEX triplet: CF, A1 and 0D. RGB value is (207,161,13). Sum of RGB (Red+Green+Blue) = 207+161+13=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA10D is #305EF2. Grayscale: #9E9E9E. Windows color (decimal): -3170035 or 893391. OLE color: 893391.
HSL color Cylindrical-coordinate representation of color #CFA10D: hue angle of 45.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA10D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.19 |
| HSL | 45.77º | 0.88% | 0.43% | - |
| HSV(B) | 45.77º | 0.94% | 0.81% | - |
| XYZ | 38.55 | 38.78 | 5.84 | - |
| YUV | 157.88 | 46.24 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 13 | 0 | 0.22 | 0.94 | 0.19 | 45.77 | 0.88 | 0.43 |
| Hex | CF | A1 | D | 0 | 16 | 5E | 13 | 2E | 58 | 2B |
| Octal | 317 | 241 | 15 | 0 | 26 | 136 | 23 | 56 | 130 | 53 |
| Binary | 11001111 | 10100001 | 1101 | 0 | 10110 | 1011110 | 10011 | 101110 | 1011000 | 101011 |
Color Harmonies of #CFA10D
Complementary color
Monochromatic Colors of #CFA10D
Black with #CFA10D
Text Example
Text Example
White with #CFA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA10D; }
p { color: rgb(207,161,13); }
H1.HeaderClassName
{
color: #CFA10D;
}
.AnyTagClassName
{
color: #CFA10D;
}
</style>
background-color css
<style>
a { background-color: #CFA10D; }
a { background-color: rgb(207,161,13); }
div.DivClassName
{
background-color: #CFA10D;
}
.BgClassName
{
background-color: #CFA10D;
}
</style>
border-color css
<style>
span { border-color: #CFA10D; }
span { border-color: rgb(207,161,13); }
td.TdClassName
{
border-color: #CFA10D;
}
.TagClassName
{
border-color: #CFA10D;
}
</style>