Shades of Gamboge #CD990A
Tints of Gamboge #CD990A
RGB
CMYK
RGB Variations
Color information
#CD990A (or 0xCD990A) is known color: Gamboge. HEX triplet: CD, 99 and 0A. RGB value is (205,153,10). Sum of RGB (Red+Green+Blue) = 205+153+10=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD990A is #3266F5. Grayscale: #989898. Windows color (decimal): -3303158 or 694733. OLE color: 694733.
HSL color Cylindrical-coordinate representation of color #CD990A: hue angle of 44º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD990A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 10 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.20 |
| HSL | 44º | 0.91% | 0.42% | - |
| HSV(B) | 44º | 0.95% | 0.8% | - |
| XYZ | 36.62 | 35.78 | 5.26 | - |
| YUV | 152.25 | 47.73 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 10 | 0 | 0.25 | 0.95 | 0.20 | 44 | 0.91 | 0.42 |
| Hex | CD | 99 | A | 0 | 19 | 5F | 14 | 2C | 5B | 2A |
| Octal | 315 | 231 | 12 | 0 | 31 | 137 | 24 | 54 | 133 | 52 |
| Binary | 11001101 | 10011001 | 1010 | 0 | 11001 | 1011111 | 10100 | 101100 | 1011011 | 101010 |
Color Harmonies of #CD990A
Complementary color
Monochromatic Colors of #CD990A
Black with #CD990A
Text Example
Text Example
White with #CD990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD990A; }
p { color: rgb(205,153,10); }
H1.HeaderClassName
{
color: #CD990A;
}
.AnyTagClassName
{
color: #CD990A;
}
</style>
background-color css
<style>
a { background-color: #CD990A; }
a { background-color: rgb(205,153,10); }
div.DivClassName
{
background-color: #CD990A;
}
.BgClassName
{
background-color: #CD990A;
}
</style>
border-color css
<style>
span { border-color: #CD990A; }
span { border-color: rgb(205,153,10); }
td.TdClassName
{
border-color: #CD990A;
}
.TagClassName
{
border-color: #CD990A;
}
</style>