Shades of Gamboge #CFA305
Tints of Gamboge #CFA305
RGB
CMYK
RGB Variations
Color information
#CFA305 (or 0xCFA305) is known color: Gamboge. HEX triplet: CF, A3 and 05. RGB value is (207,163,5). Sum of RGB (Red+Green+Blue) = 207+163+5=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA305 is #305CFA. Grayscale: #9E9E9E. Windows color (decimal): -3169531 or 369615. OLE color: 369615.
HSL color Cylindrical-coordinate representation of color #CFA305: hue angle of 46.93º 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 #CFA305 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.19 |
| HSL | 46.93º | 0.95% | 0.42% | - |
| HSV(B) | 46.93º | 0.98% | 0.81% | - |
| XYZ | 38.86 | 39.47 | 5.71 | - |
| YUV | 158.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 5 | 0 | 0.21 | 0.98 | 0.19 | 46.93 | 0.95 | 0.42 |
| Hex | CF | A3 | 5 | 0 | 15 | 62 | 13 | 2F | 5F | 2A |
| Octal | 317 | 243 | 5 | 0 | 25 | 142 | 23 | 57 | 137 | 52 |
| Binary | 11001111 | 10100011 | 101 | 0 | 10101 | 1100010 | 10011 | 101111 | 1011111 | 101010 |
Color Harmonies of #CFA305
Complementary color
Monochromatic Colors of #CFA305
Black with #CFA305
Text Example
Text Example
White with #CFA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA305; }
p { color: rgb(207,163,5); }
H1.HeaderClassName
{
color: #CFA305;
}
.AnyTagClassName
{
color: #CFA305;
}
</style>
background-color css
<style>
a { background-color: #CFA305; }
a { background-color: rgb(207,163,5); }
div.DivClassName
{
background-color: #CFA305;
}
.BgClassName
{
background-color: #CFA305;
}
</style>
border-color css
<style>
span { border-color: #CFA305; }
span { border-color: rgb(207,163,5); }
td.TdClassName
{
border-color: #CFA305;
}
.TagClassName
{
border-color: #CFA305;
}
</style>