Shades of Gamboge #CDA304
Tints of Gamboge #CDA304
RGB
CMYK
RGB Variations
Color information
#CDA304 (or 0xCDA304) is known color: Gamboge. HEX triplet: CD, A3 and 04. RGB value is (205,163,4). Sum of RGB (Red+Green+Blue) = 205+163+4=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA304 is #325CFB. Grayscale: #9E9E9E. Windows color (decimal): -3300604 or 304077. OLE color: 304077.
HSL color Cylindrical-coordinate representation of color #CDA304: hue angle of 47.46º 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 #CDA304 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.20 |
| HSL | 47.46º | 0.96% | 0.41% | - |
| HSV(B) | 47.46º | 0.98% | 0.8% | - |
| XYZ | 38.3 | 39.18 | 5.66 | - |
| YUV | 157.43 | 41.41 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 4 | 0 | 0.20 | 0.98 | 0.20 | 47.46 | 0.96 | 0.41 |
| Hex | CD | A3 | 4 | 0 | 14 | 62 | 14 | 2F | 60 | 29 |
| Octal | 315 | 243 | 4 | 0 | 24 | 142 | 24 | 57 | 140 | 51 |
| Binary | 11001101 | 10100011 | 100 | 0 | 10100 | 1100010 | 10100 | 101111 | 1100000 | 101001 |
Color Harmonies of #CDA304
Complementary color
Monochromatic Colors of #CDA304
Black with #CDA304
Text Example
Text Example
White with #CDA304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA304; }
p { color: rgb(205,163,4); }
H1.HeaderClassName
{
color: #CDA304;
}
.AnyTagClassName
{
color: #CDA304;
}
</style>
background-color css
<style>
a { background-color: #CDA304; }
a { background-color: rgb(205,163,4); }
div.DivClassName
{
background-color: #CDA304;
}
.BgClassName
{
background-color: #CDA304;
}
</style>
border-color css
<style>
span { border-color: #CDA304; }
span { border-color: rgb(205,163,4); }
td.TdClassName
{
border-color: #CDA304;
}
.TagClassName
{
border-color: #CDA304;
}
</style>