Shades of Gamboge #CD9D00
Tints of Gamboge #CD9D00
RGB
CMYK
RGB Variations
Color information
#CD9D00 (or 0xCD9D00) is known color: Gamboge. HEX triplet: CD, 9D and 00. RGB value is (205,157,0). Sum of RGB (Red+Green+Blue) = 205+157+0=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9D00 is #3262FF. Grayscale: #9A9A9A. Windows color (decimal): -3302144 or 40397. OLE color: 40397.
HSL color Cylindrical-coordinate representation of color #CD9D00: hue angle of 45.95º 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 #CD9D00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 157 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.20 |
| HSL | 45.95º | 1% | 0.4% | - |
| HSV(B) | 45.95º | 1% | 0.8% | - |
| XYZ | 37.23 | 37.09 | 5.2 | - |
| YUV | 153.45 | 41.4 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 0 | 0 | 0.23 | 1 | 0.20 | 45.95 | 1 | 0.4 |
| Hex | CD | 9D | 0 | 0 | 17 | 64 | 14 | 2E | 64 | 28 |
| Octal | 315 | 235 | 0 | 0 | 27 | 144 | 24 | 56 | 144 | 50 |
| Binary | 11001101 | 10011101 | 0 | 0 | 10111 | 1100100 | 10100 | 101110 | 1100100 | 101000 |
Color Harmonies of #CD9D00
Complementary color
Monochromatic Colors of #CD9D00
Black with #CD9D00
Text Example
Text Example
White with #CD9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9D00; }
p { color: rgb(205,157,0); }
H1.HeaderClassName
{
color: #CD9D00;
}
.AnyTagClassName
{
color: #CD9D00;
}
</style>
background-color css
<style>
a { background-color: #CD9D00; }
a { background-color: rgb(205,157,0); }
div.DivClassName
{
background-color: #CD9D00;
}
.BgClassName
{
background-color: #CD9D00;
}
</style>
border-color css
<style>
span { border-color: #CD9D00; }
span { border-color: rgb(205,157,0); }
td.TdClassName
{
border-color: #CD9D00;
}
.TagClassName
{
border-color: #CD9D00;
}
</style>