Shades of Gamboge #CFA508
Tints of Gamboge #CFA508
RGB
CMYK
RGB Variations
Color information
#CFA508 (or 0xCFA508) is known color: Gamboge. HEX triplet: CF, A5 and 08. RGB value is (207,165,8). Sum of RGB (Red+Green+Blue) = 207+165+8=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA508 is #305AF7. Grayscale: #A0A0A0. Windows color (decimal): -3169016 or 566735. OLE color: 566735.
HSL color Cylindrical-coordinate representation of color #CFA508: hue angle of 47.34º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFA508 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.19 |
| HSL | 47.34º | 0.93% | 0.42% | - |
| HSV(B) | 47.34º | 0.96% | 0.81% | - |
| XYZ | 39.23 | 40.19 | 5.92 | - |
| YUV | 159.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 8 | 0 | 0.20 | 0.96 | 0.19 | 47.34 | 0.93 | 0.42 |
| Hex | CF | A5 | 8 | 0 | 14 | 60 | 13 | 2F | 5D | 2A |
| Octal | 317 | 245 | 10 | 0 | 24 | 140 | 23 | 57 | 135 | 52 |
| Binary | 11001111 | 10100101 | 1000 | 0 | 10100 | 1100000 | 10011 | 101111 | 1011101 | 101010 |
Color Harmonies of #CFA508
Complementary color
Monochromatic Colors of #CFA508
Black with #CFA508
Text Example
Text Example
White with #CFA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA508; }
p { color: rgb(207,165,8); }
H1.HeaderClassName
{
color: #CFA508;
}
.AnyTagClassName
{
color: #CFA508;
}
</style>
background-color css
<style>
a { background-color: #CFA508; }
a { background-color: rgb(207,165,8); }
div.DivClassName
{
background-color: #CFA508;
}
.BgClassName
{
background-color: #CFA508;
}
</style>
border-color css
<style>
span { border-color: #CFA508; }
span { border-color: rgb(207,165,8); }
td.TdClassName
{
border-color: #CFA508;
}
.TagClassName
{
border-color: #CFA508;
}
</style>