Shades of Gamboge #CD9908
Tints of Gamboge #CD9908
RGB
CMYK
RGB Variations
Color information
#CD9908 (or 0xCD9908) is known color: Gamboge. HEX triplet: CD, 99 and 08. RGB value is (205,153,8). Sum of RGB (Red+Green+Blue) = 205+153+8=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9908 is #3266F7. Grayscale: #989898. Windows color (decimal): -3303160 or 563661. OLE color: 563661.
HSL color Cylindrical-coordinate representation of color #CD9908: hue angle of 44.16º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD9908 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.20 |
| HSL | 44.16º | 0.92% | 0.42% | - |
| HSV(B) | 44.16º | 0.96% | 0.8% | - |
| XYZ | 36.61 | 35.78 | 5.21 | - |
| YUV | 152.02 | 46.73 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 8 | 0 | 0.25 | 0.96 | 0.20 | 44.16 | 0.92 | 0.42 |
| Hex | CD | 99 | 8 | 0 | 19 | 60 | 14 | 2C | 5C | 2A |
| Octal | 315 | 231 | 10 | 0 | 31 | 140 | 24 | 54 | 134 | 52 |
| Binary | 11001101 | 10011001 | 1000 | 0 | 11001 | 1100000 | 10100 | 101100 | 1011100 | 101010 |
Color Harmonies of #CD9908
Complementary color
Monochromatic Colors of #CD9908
Black with #CD9908
Text Example
Text Example
White with #CD9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9908; }
p { color: rgb(205,153,8); }
H1.HeaderClassName
{
color: #CD9908;
}
.AnyTagClassName
{
color: #CD9908;
}
</style>
background-color css
<style>
a { background-color: #CD9908; }
a { background-color: rgb(205,153,8); }
div.DivClassName
{
background-color: #CD9908;
}
.BgClassName
{
background-color: #CD9908;
}
</style>
border-color css
<style>
span { border-color: #CD9908; }
span { border-color: rgb(205,153,8); }
td.TdClassName
{
border-color: #CD9908;
}
.TagClassName
{
border-color: #CD9908;
}
</style>