Shades of Gamboge #CDA901
Tints of Gamboge #CDA901
RGB
CMYK
RGB Variations
Color information
#CDA901 (or 0xCDA901) is known color: Gamboge. HEX triplet: CD, A9 and 01. RGB value is (205,169,1). Sum of RGB (Red+Green+Blue) = 205+169+1=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA901 is #3256FE. Grayscale: #A1A1A1. Windows color (decimal): -3299071 or 109005. OLE color: 109005.
HSL color Cylindrical-coordinate representation of color #CDA901: hue angle of 49.41º 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 #CDA901 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.20 |
| HSL | 49.41º | 0.99% | 0.4% | - |
| HSV(B) | 49.41º | 1% | 0.8% | - |
| XYZ | 39.37 | 41.36 | 5.94 | - |
| YUV | 160.61 | 37.93 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 1 | 0 | 0.18 | 1.00 | 0.20 | 49.41 | 0.99 | 0.4 |
| Hex | CD | A9 | 1 | 0 | 12 | 64 | 14 | 31 | 63 | 28 |
| Octal | 315 | 251 | 1 | 0 | 22 | 144 | 24 | 61 | 143 | 50 |
| Binary | 11001101 | 10101001 | 1 | 0 | 10010 | 1100100 | 10100 | 110001 | 1100011 | 101000 |
Color Harmonies of #CDA901
Complementary color
Monochromatic Colors of #CDA901
Black with #CDA901
Text Example
Text Example
White with #CDA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA901; }
p { color: rgb(205,169,1); }
H1.HeaderClassName
{
color: #CDA901;
}
.AnyTagClassName
{
color: #CDA901;
}
</style>
background-color css
<style>
a { background-color: #CDA901; }
a { background-color: rgb(205,169,1); }
div.DivClassName
{
background-color: #CDA901;
}
.BgClassName
{
background-color: #CDA901;
}
</style>
border-color css
<style>
span { border-color: #CDA901; }
span { border-color: rgb(205,169,1); }
td.TdClassName
{
border-color: #CDA901;
}
.TagClassName
{
border-color: #CDA901;
}
</style>