Shades of Gamboge #CDA602
Tints of Gamboge #CDA602
RGB
CMYK
RGB Variations
Color information
#CDA602 (or 0xCDA602) is known color: Gamboge. HEX triplet: CD, A6 and 02. RGB value is (205,166,2). Sum of RGB (Red+Green+Blue) = 205+166+2=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA602 is #3259FD. Grayscale: #9F9F9F. Windows color (decimal): -3299838 or 173773. OLE color: 173773.
HSL color Cylindrical-coordinate representation of color #CDA602: hue angle of 48.47º 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 #CDA602 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.20 |
| HSL | 48.47º | 0.98% | 0.41% | - |
| HSV(B) | 48.47º | 0.99% | 0.8% | - |
| XYZ | 38.82 | 40.26 | 5.78 | - |
| YUV | 158.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 2 | 0 | 0.19 | 0.99 | 0.20 | 48.47 | 0.98 | 0.41 |
| Hex | CD | A6 | 2 | 0 | 13 | 63 | 14 | 30 | 62 | 29 |
| Octal | 315 | 246 | 2 | 0 | 23 | 143 | 24 | 60 | 142 | 51 |
| Binary | 11001101 | 10100110 | 10 | 0 | 10011 | 1100011 | 10100 | 110000 | 1100010 | 101001 |
Color Harmonies of #CDA602
Complementary color
Monochromatic Colors of #CDA602
Black with #CDA602
Text Example
Text Example
White with #CDA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA602; }
p { color: rgb(205,166,2); }
H1.HeaderClassName
{
color: #CDA602;
}
.AnyTagClassName
{
color: #CDA602;
}
</style>
background-color css
<style>
a { background-color: #CDA602; }
a { background-color: rgb(205,166,2); }
div.DivClassName
{
background-color: #CDA602;
}
.BgClassName
{
background-color: #CDA602;
}
</style>
border-color css
<style>
span { border-color: #CDA602; }
span { border-color: rgb(205,166,2); }
td.TdClassName
{
border-color: #CDA602;
}
.TagClassName
{
border-color: #CDA602;
}
</style>