Shades of Gamboge #CDA800
Tints of Gamboge #CDA800
RGB
CMYK
RGB Variations
Color information
#CDA800 (or 0xCDA800) is known color: Gamboge. HEX triplet: CD, A8 and 00. RGB value is (205,168,0). Sum of RGB (Red+Green+Blue) = 205+168+0=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA800 is #3257FF. Grayscale: #A0A0A0. Windows color (decimal): -3299328 or 43213. OLE color: 43213.
HSL color Cylindrical-coordinate representation of color #CDA800: hue angle of 49.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDA800 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.20 |
| HSL | 49.17º | 1% | 0.4% | - |
| HSV(B) | 49.17º | 1% | 0.8% | - |
| XYZ | 39.18 | 40.98 | 5.85 | - |
| YUV | 159.91 | 37.76 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 0 | 0 | 0.18 | 1 | 0.20 | 49.17 | 1 | 0.4 |
| Hex | CD | A8 | 0 | 0 | 12 | 64 | 14 | 31 | 64 | 28 |
| Octal | 315 | 250 | 0 | 0 | 22 | 144 | 24 | 61 | 144 | 50 |
| Binary | 11001101 | 10101000 | 0 | 0 | 10010 | 1100100 | 10100 | 110001 | 1100100 | 101000 |
Color Harmonies of #CDA800
Complementary color
Monochromatic Colors of #CDA800
Black with #CDA800
Text Example
Text Example
White with #CDA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA800; }
p { color: rgb(205,168,0); }
H1.HeaderClassName
{
color: #CDA800;
}
.AnyTagClassName
{
color: #CDA800;
}
</style>
background-color css
<style>
a { background-color: #CDA800; }
a { background-color: rgb(205,168,0); }
div.DivClassName
{
background-color: #CDA800;
}
.BgClassName
{
background-color: #CDA800;
}
</style>
border-color css
<style>
span { border-color: #CDA800; }
span { border-color: rgb(205,168,0); }
td.TdClassName
{
border-color: #CDA800;
}
.TagClassName
{
border-color: #CDA800;
}
</style>