Shades of Gamboge #CDA004
Tints of Gamboge #CDA004
RGB
CMYK
RGB Variations
Color information
#CDA004 (or 0xCDA004) is known color: Gamboge. HEX triplet: CD, A0 and 04. RGB value is (205,160,4). Sum of RGB (Red+Green+Blue) = 205+160+4=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA004 is #325FFB. Grayscale: #9C9C9C. Windows color (decimal): -3301372 or 303309. OLE color: 303309.
HSL color Cylindrical-coordinate representation of color #CDA004: hue angle of 46.57º degrees, saturation: 0.96, 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 #CDA004 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.20 |
| HSL | 46.57º | 0.96% | 0.41% | - |
| HSV(B) | 46.57º | 0.98% | 0.8% | - |
| XYZ | 37.77 | 38.13 | 5.48 | - |
| YUV | 155.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 4 | 0 | 0.22 | 0.98 | 0.20 | 46.57 | 0.96 | 0.41 |
| Hex | CD | A0 | 4 | 0 | 16 | 62 | 14 | 2F | 60 | 29 |
| Octal | 315 | 240 | 4 | 0 | 26 | 142 | 24 | 57 | 140 | 51 |
| Binary | 11001101 | 10100000 | 100 | 0 | 10110 | 1100010 | 10100 | 101111 | 1100000 | 101001 |
Color Harmonies of #CDA004
Complementary color
Monochromatic Colors of #CDA004
Black with #CDA004
Text Example
Text Example
White with #CDA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA004; }
p { color: rgb(205,160,4); }
H1.HeaderClassName
{
color: #CDA004;
}
.AnyTagClassName
{
color: #CDA004;
}
</style>
background-color css
<style>
a { background-color: #CDA004; }
a { background-color: rgb(205,160,4); }
div.DivClassName
{
background-color: #CDA004;
}
.BgClassName
{
background-color: #CDA004;
}
</style>
border-color css
<style>
span { border-color: #CDA004; }
span { border-color: rgb(205,160,4); }
td.TdClassName
{
border-color: #CDA004;
}
.TagClassName
{
border-color: #CDA004;
}
</style>