Shades of Gamboge #CDA203
Tints of Gamboge #CDA203
RGB
CMYK
RGB Variations
Color information
#CDA203 (or 0xCDA203) is known color: Gamboge. HEX triplet: CD, A2 and 03. RGB value is (205,162,3). Sum of RGB (Red+Green+Blue) = 205+162+3=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA203 is #325DFC. Grayscale: #9D9D9D. Windows color (decimal): -3300861 or 238285. OLE color: 238285.
HSL color Cylindrical-coordinate representation of color #CDA203: hue angle of 47.23º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDA203 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.20 |
| HSL | 47.23º | 0.97% | 0.41% | - |
| HSV(B) | 47.23º | 0.99% | 0.8% | - |
| XYZ | 38.11 | 38.83 | 5.57 | - |
| YUV | 156.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 3 | 0 | 0.21 | 0.99 | 0.20 | 47.23 | 0.97 | 0.41 |
| Hex | CD | A2 | 3 | 0 | 15 | 63 | 14 | 2F | 61 | 29 |
| Octal | 315 | 242 | 3 | 0 | 25 | 143 | 24 | 57 | 141 | 51 |
| Binary | 11001101 | 10100010 | 11 | 0 | 10101 | 1100011 | 10100 | 101111 | 1100001 | 101001 |
Color Harmonies of #CDA203
Complementary color
Monochromatic Colors of #CDA203
Black with #CDA203
Text Example
Text Example
White with #CDA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA203; }
p { color: rgb(205,162,3); }
H1.HeaderClassName
{
color: #CDA203;
}
.AnyTagClassName
{
color: #CDA203;
}
</style>
background-color css
<style>
a { background-color: #CDA203; }
a { background-color: rgb(205,162,3); }
div.DivClassName
{
background-color: #CDA203;
}
.BgClassName
{
background-color: #CDA203;
}
</style>
border-color css
<style>
span { border-color: #CDA203; }
span { border-color: rgb(205,162,3); }
td.TdClassName
{
border-color: #CDA203;
}
.TagClassName
{
border-color: #CDA203;
}
</style>