Shades of Gamboge #CFA50B
Tints of Gamboge #CFA50B
RGB
CMYK
RGB Variations
Color information
#CFA50B (or 0xCFA50B) is known color: Gamboge. HEX triplet: CF, A5 and 0B. RGB value is (207,165,11). Sum of RGB (Red+Green+Blue) = 207+165+11=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA50B is #305AF4. Grayscale: #A0A0A0. Windows color (decimal): -3169013 or 763343. OLE color: 763343.
HSL color Cylindrical-coordinate representation of color #CFA50B: hue angle of 47.14º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFA50B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.19 |
| HSL | 47.14º | 0.9% | 0.43% | - |
| HSV(B) | 47.14º | 0.95% | 0.81% | - |
| XYZ | 39.25 | 40.2 | 6.01 | - |
| YUV | 160 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 11 | 0 | 0.20 | 0.95 | 0.19 | 47.14 | 0.9 | 0.43 |
| Hex | CF | A5 | B | 0 | 14 | 5F | 13 | 2F | 5A | 2B |
| Octal | 317 | 245 | 13 | 0 | 24 | 137 | 23 | 57 | 132 | 53 |
| Binary | 11001111 | 10100101 | 1011 | 0 | 10100 | 1011111 | 10011 | 101111 | 1011010 | 101011 |
Color Harmonies of #CFA50B
Complementary color
Monochromatic Colors of #CFA50B
Black with #CFA50B
Text Example
Text Example
White with #CFA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA50B; }
p { color: rgb(207,165,11); }
H1.HeaderClassName
{
color: #CFA50B;
}
.AnyTagClassName
{
color: #CFA50B;
}
</style>
background-color css
<style>
a { background-color: #CFA50B; }
a { background-color: rgb(207,165,11); }
div.DivClassName
{
background-color: #CFA50B;
}
.BgClassName
{
background-color: #CFA50B;
}
</style>
border-color css
<style>
span { border-color: #CFA50B; }
span { border-color: rgb(207,165,11); }
td.TdClassName
{
border-color: #CFA50B;
}
.TagClassName
{
border-color: #CFA50B;
}
</style>