Shades of Gamboge #CD9900
Tints of Gamboge #CD9900
RGB
CMYK
RGB Variations
Color information
#CD9900 (or 0xCD9900) is known color: Gamboge. HEX triplet: CD, 99 and 00. RGB value is (205,153,0). Sum of RGB (Red+Green+Blue) = 205+153+0=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9900 is #3266FF. Grayscale: #979797. Windows color (decimal): -3303168 or 39373. OLE color: 39373.
HSL color Cylindrical-coordinate representation of color #CD9900: hue angle of 44.78º 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 #CD9900 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.20 |
| HSL | 44.78º | 1% | 0.4% | - |
| HSV(B) | 44.78º | 1% | 0.8% | - |
| XYZ | 36.57 | 35.76 | 4.98 | - |
| YUV | 151.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 0 | 0 | 0.25 | 1 | 0.20 | 44.78 | 1 | 0.4 |
| Hex | CD | 99 | 0 | 0 | 19 | 64 | 14 | 2D | 64 | 28 |
| Octal | 315 | 231 | 0 | 0 | 31 | 144 | 24 | 55 | 144 | 50 |
| Binary | 11001101 | 10011001 | 0 | 0 | 11001 | 1100100 | 10100 | 101101 | 1100100 | 101000 |
Color Harmonies of #CD9900
Complementary color
Monochromatic Colors of #CD9900
Black with #CD9900
Text Example
Text Example
White with #CD9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9900; }
p { color: rgb(205,153,0); }
H1.HeaderClassName
{
color: #CD9900;
}
.AnyTagClassName
{
color: #CD9900;
}
</style>
background-color css
<style>
a { background-color: #CD9900; }
a { background-color: rgb(205,153,0); }
div.DivClassName
{
background-color: #CD9900;
}
.BgClassName
{
background-color: #CD9900;
}
</style>
border-color css
<style>
span { border-color: #CD9900; }
span { border-color: rgb(205,153,0); }
td.TdClassName
{
border-color: #CD9900;
}
.TagClassName
{
border-color: #CD9900;
}
</style>