Shades of Gamboge #CDA502
Tints of Gamboge #CDA502
RGB
CMYK
RGB Variations
Color information
#CDA502 (or 0xCDA502) is known color: Gamboge. HEX triplet: CD, A5 and 02. RGB value is (205,165,2). Sum of RGB (Red+Green+Blue) = 205+165+2=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA502 is #325AFD. Grayscale: #9F9F9F. Windows color (decimal): -3300094 or 173517. OLE color: 173517.
HSL color Cylindrical-coordinate representation of color #CDA502: hue angle of 48.18º 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 #CDA502 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.20 |
| HSL | 48.18º | 0.98% | 0.41% | - |
| HSV(B) | 48.18º | 0.99% | 0.8% | - |
| XYZ | 38.64 | 39.89 | 5.72 | - |
| YUV | 158.38 | 39.75 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 2 | 0 | 0.20 | 0.99 | 0.20 | 48.18 | 0.98 | 0.41 |
| Hex | CD | A5 | 2 | 0 | 14 | 63 | 14 | 30 | 62 | 29 |
| Octal | 315 | 245 | 2 | 0 | 24 | 143 | 24 | 60 | 142 | 51 |
| Binary | 11001101 | 10100101 | 10 | 0 | 10100 | 1100011 | 10100 | 110000 | 1100010 | 101001 |
Color Harmonies of #CDA502
Complementary color
Monochromatic Colors of #CDA502
Black with #CDA502
Text Example
Text Example
White with #CDA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA502; }
p { color: rgb(205,165,2); }
H1.HeaderClassName
{
color: #CDA502;
}
.AnyTagClassName
{
color: #CDA502;
}
</style>
background-color css
<style>
a { background-color: #CDA502; }
a { background-color: rgb(205,165,2); }
div.DivClassName
{
background-color: #CDA502;
}
.BgClassName
{
background-color: #CDA502;
}
</style>
border-color css
<style>
span { border-color: #CDA502; }
span { border-color: rgb(205,165,2); }
td.TdClassName
{
border-color: #CDA502;
}
.TagClassName
{
border-color: #CDA502;
}
</style>