Shades of Gamboge #CDA007
Tints of Gamboge #CDA007
RGB
CMYK
RGB Variations
Color information
#CDA007 (or 0xCDA007) is known color: Gamboge. HEX triplet: CD, A0 and 07. RGB value is (205,160,7). Sum of RGB (Red+Green+Blue) = 205+160+7=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA007 is #325FF8. Grayscale: #9C9C9C. Windows color (decimal): -3301369 or 499917. OLE color: 499917.
HSL color Cylindrical-coordinate representation of color #CDA007: hue angle of 46.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA007 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.20 |
| HSL | 46.36º | 0.93% | 0.42% | - |
| HSV(B) | 46.36º | 0.97% | 0.8% | - |
| XYZ | 37.79 | 38.14 | 5.57 | - |
| YUV | 156.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 7 | 0 | 0.22 | 0.97 | 0.20 | 46.36 | 0.93 | 0.42 |
| Hex | CD | A0 | 7 | 0 | 16 | 61 | 14 | 2E | 5D | 2A |
| Octal | 315 | 240 | 7 | 0 | 26 | 141 | 24 | 56 | 135 | 52 |
| Binary | 11001101 | 10100000 | 111 | 0 | 10110 | 1100001 | 10100 | 101110 | 1011101 | 101010 |
Color Harmonies of #CDA007
Complementary color
Monochromatic Colors of #CDA007
Black with #CDA007
Text Example
Text Example
White with #CDA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA007; }
p { color: rgb(205,160,7); }
H1.HeaderClassName
{
color: #CDA007;
}
.AnyTagClassName
{
color: #CDA007;
}
</style>
background-color css
<style>
a { background-color: #CDA007; }
a { background-color: rgb(205,160,7); }
div.DivClassName
{
background-color: #CDA007;
}
.BgClassName
{
background-color: #CDA007;
}
</style>
border-color css
<style>
span { border-color: #CDA007; }
span { border-color: rgb(205,160,7); }
td.TdClassName
{
border-color: #CDA007;
}
.TagClassName
{
border-color: #CDA007;
}
</style>