Shades of Gamboge #CDA202
Tints of Gamboge #CDA202
RGB
CMYK
RGB Variations
Color information
#CDA202 (or 0xCDA202) is known color: Gamboge. HEX triplet: CD, A2 and 02. RGB value is (205,162,2). Sum of RGB (Red+Green+Blue) = 205+162+2=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA202 is #325DFD. Grayscale: #9D9D9D. Windows color (decimal): -3300862 or 172749. OLE color: 172749.
HSL color Cylindrical-coordinate representation of color #CDA202: hue angle of 47.29º degrees, saturation: 0.98, 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 #CDA202 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.20 |
| HSL | 47.29º | 0.98% | 0.41% | - |
| HSV(B) | 47.29º | 0.99% | 0.8% | - |
| XYZ | 38.11 | 38.82 | 5.54 | - |
| YUV | 156.62 | 40.75 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 2 | 0 | 0.21 | 0.99 | 0.20 | 47.29 | 0.98 | 0.41 |
| Hex | CD | A2 | 2 | 0 | 15 | 63 | 14 | 2F | 62 | 29 |
| Octal | 315 | 242 | 2 | 0 | 25 | 143 | 24 | 57 | 142 | 51 |
| Binary | 11001101 | 10100010 | 10 | 0 | 10101 | 1100011 | 10100 | 101111 | 1100010 | 101001 |
Color Harmonies of #CDA202
Complementary color
Monochromatic Colors of #CDA202
Black with #CDA202
Text Example
Text Example
White with #CDA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA202; }
p { color: rgb(205,162,2); }
H1.HeaderClassName
{
color: #CDA202;
}
.AnyTagClassName
{
color: #CDA202;
}
</style>
background-color css
<style>
a { background-color: #CDA202; }
a { background-color: rgb(205,162,2); }
div.DivClassName
{
background-color: #CDA202;
}
.BgClassName
{
background-color: #CDA202;
}
</style>
border-color css
<style>
span { border-color: #CDA202; }
span { border-color: rgb(205,162,2); }
td.TdClassName
{
border-color: #CDA202;
}
.TagClassName
{
border-color: #CDA202;
}
</style>