Shades of Gamboge #CDA005
Tints of Gamboge #CDA005
RGB
CMYK
RGB Variations
Color information
#CDA005 (or 0xCDA005) is known color: Gamboge. HEX triplet: CD, A0 and 05. RGB value is (205,160,5). Sum of RGB (Red+Green+Blue) = 205+160+5=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA005 is #325FFA. Grayscale: #9C9C9C. Windows color (decimal): -3301371 or 368845. OLE color: 368845.
HSL color Cylindrical-coordinate representation of color #CDA005: hue angle of 46.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDA005 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.20 |
| HSL | 46.5º | 0.95% | 0.41% | - |
| HSV(B) | 46.5º | 0.98% | 0.8% | - |
| XYZ | 37.78 | 38.13 | 5.51 | - |
| YUV | 155.79 | 42.91 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 5 | 0 | 0.22 | 0.98 | 0.20 | 46.5 | 0.95 | 0.41 |
| Hex | CD | A0 | 5 | 0 | 16 | 62 | 14 | 2E | 5F | 29 |
| Octal | 315 | 240 | 5 | 0 | 26 | 142 | 24 | 56 | 137 | 51 |
| Binary | 11001101 | 10100000 | 101 | 0 | 10110 | 1100010 | 10100 | 101110 | 1011111 | 101001 |
Color Harmonies of #CDA005
Complementary color
Monochromatic Colors of #CDA005
Black with #CDA005
Text Example
Text Example
White with #CDA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA005; }
p { color: rgb(205,160,5); }
H1.HeaderClassName
{
color: #CDA005;
}
.AnyTagClassName
{
color: #CDA005;
}
</style>
background-color css
<style>
a { background-color: #CDA005; }
a { background-color: rgb(205,160,5); }
div.DivClassName
{
background-color: #CDA005;
}
.BgClassName
{
background-color: #CDA005;
}
</style>
border-color css
<style>
span { border-color: #CDA005; }
span { border-color: rgb(205,160,5); }
td.TdClassName
{
border-color: #CDA005;
}
.TagClassName
{
border-color: #CDA005;
}
</style>