Shades of Gamboge #CDA604
Tints of Gamboge #CDA604
RGB
CMYK
RGB Variations
Color information
#CDA604 (or 0xCDA604) is known color: Gamboge. HEX triplet: CD, A6 and 04. RGB value is (205,166,4). Sum of RGB (Red+Green+Blue) = 205+166+4=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA604 is #3259FB. Grayscale: #9F9F9F. Windows color (decimal): -3299836 or 304845. OLE color: 304845.
HSL color Cylindrical-coordinate representation of color #CDA604: hue angle of 48.36º 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 #CDA604 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.20 |
| HSL | 48.36º | 0.96% | 0.41% | - |
| HSV(B) | 48.36º | 0.98% | 0.8% | - |
| XYZ | 38.83 | 40.26 | 5.84 | - |
| YUV | 159.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 4 | 0 | 0.19 | 0.98 | 0.20 | 48.36 | 0.96 | 0.41 |
| Hex | CD | A6 | 4 | 0 | 13 | 62 | 14 | 30 | 60 | 29 |
| Octal | 315 | 246 | 4 | 0 | 23 | 142 | 24 | 60 | 140 | 51 |
| Binary | 11001101 | 10100110 | 100 | 0 | 10011 | 1100010 | 10100 | 110000 | 1100000 | 101001 |
Color Harmonies of #CDA604
Complementary color
Monochromatic Colors of #CDA604
Black with #CDA604
Text Example
Text Example
White with #CDA604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA604; }
p { color: rgb(205,166,4); }
H1.HeaderClassName
{
color: #CDA604;
}
.AnyTagClassName
{
color: #CDA604;
}
</style>
background-color css
<style>
a { background-color: #CDA604; }
a { background-color: rgb(205,166,4); }
div.DivClassName
{
background-color: #CDA604;
}
.BgClassName
{
background-color: #CDA604;
}
</style>
border-color css
<style>
span { border-color: #CDA604; }
span { border-color: rgb(205,166,4); }
td.TdClassName
{
border-color: #CDA604;
}
.TagClassName
{
border-color: #CDA604;
}
</style>