Shades of Gamboge #CDA802
Tints of Gamboge #CDA802
RGB
CMYK
RGB Variations
Color information
#CDA802 (or 0xCDA802) is known color: Gamboge. HEX triplet: CD, A8 and 02. RGB value is (205,168,2). Sum of RGB (Red+Green+Blue) = 205+168+2=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA802 is #3257FD. Grayscale: #A0A0A0. Windows color (decimal): -3299326 or 174285. OLE color: 174285.
HSL color Cylindrical-coordinate representation of color #CDA802: hue angle of 49.06º 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 #CDA802 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.20 |
| HSL | 49.06º | 0.98% | 0.41% | - |
| HSV(B) | 49.06º | 0.99% | 0.8% | - |
| XYZ | 39.19 | 40.99 | 5.9 | - |
| YUV | 160.14 | 38.76 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 2 | 0 | 0.18 | 0.99 | 0.20 | 49.06 | 0.98 | 0.41 |
| Hex | CD | A8 | 2 | 0 | 12 | 63 | 14 | 31 | 62 | 29 |
| Octal | 315 | 250 | 2 | 0 | 22 | 143 | 24 | 61 | 142 | 51 |
| Binary | 11001101 | 10101000 | 10 | 0 | 10010 | 1100011 | 10100 | 110001 | 1100010 | 101001 |
Color Harmonies of #CDA802
Complementary color
Monochromatic Colors of #CDA802
Black with #CDA802
Text Example
Text Example
White with #CDA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA802; }
p { color: rgb(205,168,2); }
H1.HeaderClassName
{
color: #CDA802;
}
.AnyTagClassName
{
color: #CDA802;
}
</style>
background-color css
<style>
a { background-color: #CDA802; }
a { background-color: rgb(205,168,2); }
div.DivClassName
{
background-color: #CDA802;
}
.BgClassName
{
background-color: #CDA802;
}
</style>
border-color css
<style>
span { border-color: #CDA802; }
span { border-color: rgb(205,168,2); }
td.TdClassName
{
border-color: #CDA802;
}
.TagClassName
{
border-color: #CDA802;
}
</style>