Shades of Gamboge #CD9E00
Tints of Gamboge #CD9E00
RGB
CMYK
RGB Variations
Color information
#CD9E00 (or 0xCD9E00) is known color: Gamboge. HEX triplet: CD, 9E and 00. RGB value is (205,158,0). Sum of RGB (Red+Green+Blue) = 205+158+0=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9E00 is #3261FF. Grayscale: #9A9A9A. Windows color (decimal): -3301888 or 40653. OLE color: 40653.
HSL color Cylindrical-coordinate representation of color #CD9E00: hue angle of 46.24º 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 #CD9E00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.20 |
| HSL | 46.24º | 1% | 0.4% | - |
| HSV(B) | 46.24º | 1% | 0.8% | - |
| XYZ | 37.4 | 37.43 | 5.25 | - |
| YUV | 154.04 | 41.07 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 0 | 0 | 0.23 | 1 | 0.20 | 46.24 | 1 | 0.4 |
| Hex | CD | 9E | 0 | 0 | 17 | 64 | 14 | 2E | 64 | 28 |
| Octal | 315 | 236 | 0 | 0 | 27 | 144 | 24 | 56 | 144 | 50 |
| Binary | 11001101 | 10011110 | 0 | 0 | 10111 | 1100100 | 10100 | 101110 | 1100100 | 101000 |
Color Harmonies of #CD9E00
Complementary color
Monochromatic Colors of #CD9E00
Black with #CD9E00
Text Example
Text Example
White with #CD9E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E00; }
p { color: rgb(205,158,0); }
H1.HeaderClassName
{
color: #CD9E00;
}
.AnyTagClassName
{
color: #CD9E00;
}
</style>
background-color css
<style>
a { background-color: #CD9E00; }
a { background-color: rgb(205,158,0); }
div.DivClassName
{
background-color: #CD9E00;
}
.BgClassName
{
background-color: #CD9E00;
}
</style>
border-color css
<style>
span { border-color: #CD9E00; }
span { border-color: rgb(205,158,0); }
td.TdClassName
{
border-color: #CD9E00;
}
.TagClassName
{
border-color: #CD9E00;
}
</style>