Shades of Gamboge #CDA001
Tints of Gamboge #CDA001
RGB
CMYK
RGB Variations
Color information
#CDA001 (or 0xCDA001) is known color: Gamboge. HEX triplet: CD, A0 and 01. RGB value is (205,160,1). Sum of RGB (Red+Green+Blue) = 205+160+1=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA001 is #325FFE. Grayscale: #9C9C9C. Windows color (decimal): -3301375 or 106701. OLE color: 106701.
HSL color Cylindrical-coordinate representation of color #CDA001: hue angle of 46.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDA001 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.20 |
| HSL | 46.76º | 0.99% | 0.4% | - |
| HSV(B) | 46.76º | 1% | 0.8% | - |
| XYZ | 37.75 | 38.12 | 5.4 | - |
| YUV | 155.33 | 40.91 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 1 | 0 | 0.22 | 1.00 | 0.20 | 46.76 | 0.99 | 0.4 |
| Hex | CD | A0 | 1 | 0 | 16 | 64 | 14 | 2F | 63 | 28 |
| Octal | 315 | 240 | 1 | 0 | 26 | 144 | 24 | 57 | 143 | 50 |
| Binary | 11001101 | 10100000 | 1 | 0 | 10110 | 1100100 | 10100 | 101111 | 1100011 | 101000 |
Color Harmonies of #CDA001
Complementary color
Monochromatic Colors of #CDA001
Black with #CDA001
Text Example
Text Example
White with #CDA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA001; }
p { color: rgb(205,160,1); }
H1.HeaderClassName
{
color: #CDA001;
}
.AnyTagClassName
{
color: #CDA001;
}
</style>
background-color css
<style>
a { background-color: #CDA001; }
a { background-color: rgb(205,160,1); }
div.DivClassName
{
background-color: #CDA001;
}
.BgClassName
{
background-color: #CDA001;
}
</style>
border-color css
<style>
span { border-color: #CDA001; }
span { border-color: rgb(205,160,1); }
td.TdClassName
{
border-color: #CDA001;
}
.TagClassName
{
border-color: #CDA001;
}
</style>