Shades of Gamboge #CDA100
Tints of Gamboge #CDA100
RGB
CMYK
RGB Variations
Color information
#CDA100 (or 0xCDA100) is known color: Gamboge. HEX triplet: CD, A1 and 00. RGB value is (205,161,0). Sum of RGB (Red+Green+Blue) = 205+161+0=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA100 is #325EFF. Grayscale: #9C9C9C. Windows color (decimal): -3301120 or 41421. OLE color: 41421.
HSL color Cylindrical-coordinate representation of color #CDA100: hue angle of 47.12º 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 #CDA100 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.20 |
| HSL | 47.12º | 1% | 0.4% | - |
| HSV(B) | 47.12º | 1% | 0.8% | - |
| XYZ | 37.92 | 38.47 | 5.43 | - |
| YUV | 155.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 0 | 0 | 0.21 | 1 | 0.20 | 47.12 | 1 | 0.4 |
| Hex | CD | A1 | 0 | 0 | 15 | 64 | 14 | 2F | 64 | 28 |
| Octal | 315 | 241 | 0 | 0 | 25 | 144 | 24 | 57 | 144 | 50 |
| Binary | 11001101 | 10100001 | 0 | 0 | 10101 | 1100100 | 10100 | 101111 | 1100100 | 101000 |
Color Harmonies of #CDA100
Complementary color
Monochromatic Colors of #CDA100
Black with #CDA100
Text Example
Text Example
White with #CDA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA100; }
p { color: rgb(205,161,0); }
H1.HeaderClassName
{
color: #CDA100;
}
.AnyTagClassName
{
color: #CDA100;
}
</style>
background-color css
<style>
a { background-color: #CDA100; }
a { background-color: rgb(205,161,0); }
div.DivClassName
{
background-color: #CDA100;
}
.BgClassName
{
background-color: #CDA100;
}
</style>
border-color css
<style>
span { border-color: #CDA100; }
span { border-color: rgb(205,161,0); }
td.TdClassName
{
border-color: #CDA100;
}
.TagClassName
{
border-color: #CDA100;
}
</style>