Shades of Gamboge #CFA908
Tints of Gamboge #CFA908
RGB
CMYK
RGB Variations
Color information
#CFA908 (or 0xCFA908) is known color: Gamboge. HEX triplet: CF, A9 and 08. RGB value is (207,169,8). Sum of RGB (Red+Green+Blue) = 207+169+8=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA908 is #3056F7. Grayscale: #A2A2A2. Windows color (decimal): -3167992 or 567759. OLE color: 567759.
HSL color Cylindrical-coordinate representation of color #CFA908: hue angle of 48.54º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFA908 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.19 |
| HSL | 48.54º | 0.93% | 0.42% | - |
| HSV(B) | 48.54º | 0.96% | 0.81% | - |
| XYZ | 39.96 | 41.66 | 6.16 | - |
| YUV | 162.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 8 | 0 | 0.18 | 0.96 | 0.19 | 48.54 | 0.93 | 0.42 |
| Hex | CF | A9 | 8 | 0 | 12 | 60 | 13 | 31 | 5D | 2A |
| Octal | 317 | 251 | 10 | 0 | 22 | 140 | 23 | 61 | 135 | 52 |
| Binary | 11001111 | 10101001 | 1000 | 0 | 10010 | 1100000 | 10011 | 110001 | 1011101 | 101010 |
Color Harmonies of #CFA908
Complementary color
Monochromatic Colors of #CFA908
Black with #CFA908
Text Example
Text Example
White with #CFA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA908; }
p { color: rgb(207,169,8); }
H1.HeaderClassName
{
color: #CFA908;
}
.AnyTagClassName
{
color: #CFA908;
}
</style>
background-color css
<style>
a { background-color: #CFA908; }
a { background-color: rgb(207,169,8); }
div.DivClassName
{
background-color: #CFA908;
}
.BgClassName
{
background-color: #CFA908;
}
</style>
border-color css
<style>
span { border-color: #CFA908; }
span { border-color: rgb(207,169,8); }
td.TdClassName
{
border-color: #CFA908;
}
.TagClassName
{
border-color: #CFA908;
}
</style>