Shades of Gamboge #CFA504
Tints of Gamboge #CFA504
RGB
CMYK
RGB Variations
Color information
#CFA504 (or 0xCFA504) is known color: Gamboge. HEX triplet: CF, A5 and 04. RGB value is (207,165,4). Sum of RGB (Red+Green+Blue) = 207+165+4=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA504 is #305AFB. Grayscale: #9F9F9F. Windows color (decimal): -3169020 or 304591. OLE color: 304591.
HSL color Cylindrical-coordinate representation of color #CFA504: hue angle of 47.59º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFA504 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.19 |
| HSL | 47.59º | 0.96% | 0.41% | - |
| HSV(B) | 47.59º | 0.98% | 0.81% | - |
| XYZ | 39.21 | 40.18 | 5.8 | - |
| YUV | 159.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 4 | 0 | 0.20 | 0.98 | 0.19 | 47.59 | 0.96 | 0.41 |
| Hex | CF | A5 | 4 | 0 | 14 | 62 | 13 | 30 | 60 | 29 |
| Octal | 317 | 245 | 4 | 0 | 24 | 142 | 23 | 60 | 140 | 51 |
| Binary | 11001111 | 10100101 | 100 | 0 | 10100 | 1100010 | 10011 | 110000 | 1100000 | 101001 |
Color Harmonies of #CFA504
Complementary color
Monochromatic Colors of #CFA504
Black with #CFA504
Text Example
Text Example
White with #CFA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA504; }
p { color: rgb(207,165,4); }
H1.HeaderClassName
{
color: #CFA504;
}
.AnyTagClassName
{
color: #CFA504;
}
</style>
background-color css
<style>
a { background-color: #CFA504; }
a { background-color: rgb(207,165,4); }
div.DivClassName
{
background-color: #CFA504;
}
.BgClassName
{
background-color: #CFA504;
}
</style>
border-color css
<style>
span { border-color: #CFA504; }
span { border-color: rgb(207,165,4); }
td.TdClassName
{
border-color: #CFA504;
}
.TagClassName
{
border-color: #CFA504;
}
</style>