Shades of Gamboge #CFA905
Tints of Gamboge #CFA905
RGB
CMYK
RGB Variations
Color information
#CFA905 (or 0xCFA905) is known color: Gamboge. HEX triplet: CF, A9 and 05. RGB value is (207,169,5). Sum of RGB (Red+Green+Blue) = 207+169+5=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA905 is #3056FA. Grayscale: #A2A2A2. Windows color (decimal): -3167995 or 371151. OLE color: 371151.
HSL color Cylindrical-coordinate representation of color #CFA905: hue angle of 48.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFA905 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.19 |
| HSL | 48.71º | 0.95% | 0.42% | - |
| HSV(B) | 48.71º | 0.98% | 0.81% | - |
| XYZ | 39.95 | 41.65 | 6.08 | - |
| YUV | 161.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 5 | 0 | 0.18 | 0.98 | 0.19 | 48.71 | 0.95 | 0.42 |
| Hex | CF | A9 | 5 | 0 | 12 | 62 | 13 | 31 | 5F | 2A |
| Octal | 317 | 251 | 5 | 0 | 22 | 142 | 23 | 61 | 137 | 52 |
| Binary | 11001111 | 10101001 | 101 | 0 | 10010 | 1100010 | 10011 | 110001 | 1011111 | 101010 |
Color Harmonies of #CFA905
Complementary color
Monochromatic Colors of #CFA905
Black with #CFA905
Text Example
Text Example
White with #CFA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA905; }
p { color: rgb(207,169,5); }
H1.HeaderClassName
{
color: #CFA905;
}
.AnyTagClassName
{
color: #CFA905;
}
</style>
background-color css
<style>
a { background-color: #CFA905; }
a { background-color: rgb(207,169,5); }
div.DivClassName
{
background-color: #CFA905;
}
.BgClassName
{
background-color: #CFA905;
}
</style>
border-color css
<style>
span { border-color: #CFA905; }
span { border-color: rgb(207,169,5); }
td.TdClassName
{
border-color: #CFA905;
}
.TagClassName
{
border-color: #CFA905;
}
</style>