Shades of Gamboge #CDA404
Tints of Gamboge #CDA404
RGB
CMYK
RGB Variations
Color information
#CDA404 (or 0xCDA404) is known color: Gamboge. HEX triplet: CD, A4 and 04. RGB value is (205,164,4). Sum of RGB (Red+Green+Blue) = 205+164+4=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA404 is #325BFB. Grayscale: #9E9E9E. Windows color (decimal): -3300348 or 304333. OLE color: 304333.
HSL color Cylindrical-coordinate representation of color #CDA404: hue angle of 47.76º 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 #CDA404 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 4 | - |
| CMYK | 0 | 0.2 | 0.98 | 0.20 |
| HSL | 47.76º | 0.96% | 0.41% | - |
| HSV(B) | 47.76º | 0.98% | 0.8% | - |
| XYZ | 38.47 | 39.54 | 5.72 | - |
| YUV | 158.02 | 41.08 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 4 | 0 | 0.2 | 0.98 | 0.20 | 47.76 | 0.96 | 0.41 |
| Hex | CD | A4 | 4 | 0 | 14 | 62 | 14 | 30 | 60 | 29 |
| Octal | 315 | 244 | 4 | 0 | 24 | 142 | 24 | 60 | 140 | 51 |
| Binary | 11001101 | 10100100 | 100 | 0 | 10100 | 1100010 | 10100 | 110000 | 1100000 | 101001 |
Color Harmonies of #CDA404
Complementary color
Monochromatic Colors of #CDA404
Black with #CDA404
Text Example
Text Example
White with #CDA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA404; }
p { color: rgb(205,164,4); }
H1.HeaderClassName
{
color: #CDA404;
}
.AnyTagClassName
{
color: #CDA404;
}
</style>
background-color css
<style>
a { background-color: #CDA404; }
a { background-color: rgb(205,164,4); }
div.DivClassName
{
background-color: #CDA404;
}
.BgClassName
{
background-color: #CDA404;
}
</style>
border-color css
<style>
span { border-color: #CDA404; }
span { border-color: rgb(205,164,4); }
td.TdClassName
{
border-color: #CDA404;
}
.TagClassName
{
border-color: #CDA404;
}
</style>