Shades of Gamboge #CFA505
Tints of Gamboge #CFA505
RGB
CMYK
RGB Variations
Color information
#CFA505 (or 0xCFA505) is known color: Gamboge. HEX triplet: CF, A5 and 05. RGB value is (207,165,5). Sum of RGB (Red+Green+Blue) = 207+165+5=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA505 is #305AFA. Grayscale: #A0A0A0. Windows color (decimal): -3169019 or 370127. OLE color: 370127.
HSL color Cylindrical-coordinate representation of color #CFA505: hue angle of 47.52º 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 #CFA505 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.19 |
| HSL | 47.52º | 0.95% | 0.42% | - |
| HSV(B) | 47.52º | 0.98% | 0.81% | - |
| XYZ | 39.21 | 40.19 | 5.83 | - |
| YUV | 159.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 5 | 0 | 0.20 | 0.98 | 0.19 | 47.52 | 0.95 | 0.42 |
| Hex | CF | A5 | 5 | 0 | 14 | 62 | 13 | 30 | 5F | 2A |
| Octal | 317 | 245 | 5 | 0 | 24 | 142 | 23 | 60 | 137 | 52 |
| Binary | 11001111 | 10100101 | 101 | 0 | 10100 | 1100010 | 10011 | 110000 | 1011111 | 101010 |
Color Harmonies of #CFA505
Complementary color
Monochromatic Colors of #CFA505
Black with #CFA505
Text Example
Text Example
White with #CFA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA505; }
p { color: rgb(207,165,5); }
H1.HeaderClassName
{
color: #CFA505;
}
.AnyTagClassName
{
color: #CFA505;
}
</style>
background-color css
<style>
a { background-color: #CFA505; }
a { background-color: rgb(207,165,5); }
div.DivClassName
{
background-color: #CFA505;
}
.BgClassName
{
background-color: #CFA505;
}
</style>
border-color css
<style>
span { border-color: #CFA505; }
span { border-color: rgb(207,165,5); }
td.TdClassName
{
border-color: #CFA505;
}
.TagClassName
{
border-color: #CFA505;
}
</style>