Shades of Gamboge #CDA002
Tints of Gamboge #CDA002
RGB
CMYK
RGB Variations
Color information
#CDA002 (or 0xCDA002) is known color: Gamboge. HEX triplet: CD, A0 and 02. RGB value is (205,160,2). Sum of RGB (Red+Green+Blue) = 205+160+2=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA002 is #325FFD. Grayscale: #9C9C9C. Windows color (decimal): -3301374 or 172237. OLE color: 172237.
HSL color Cylindrical-coordinate representation of color #CDA002: hue angle of 46.7º 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 #CDA002 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.20 |
| HSL | 46.7º | 0.98% | 0.41% | - |
| HSV(B) | 46.7º | 0.99% | 0.8% | - |
| XYZ | 37.76 | 38.13 | 5.43 | - |
| YUV | 155.44 | 41.41 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 2 | 0 | 0.22 | 0.99 | 0.20 | 46.7 | 0.98 | 0.41 |
| Hex | CD | A0 | 2 | 0 | 16 | 63 | 14 | 2F | 62 | 29 |
| Octal | 315 | 240 | 2 | 0 | 26 | 143 | 24 | 57 | 142 | 51 |
| Binary | 11001101 | 10100000 | 10 | 0 | 10110 | 1100011 | 10100 | 101111 | 1100010 | 101001 |
Color Harmonies of #CDA002
Complementary color
Monochromatic Colors of #CDA002
Black with #CDA002
Text Example
Text Example
White with #CDA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA002; }
p { color: rgb(205,160,2); }
H1.HeaderClassName
{
color: #CDA002;
}
.AnyTagClassName
{
color: #CDA002;
}
</style>
background-color css
<style>
a { background-color: #CDA002; }
a { background-color: rgb(205,160,2); }
div.DivClassName
{
background-color: #CDA002;
}
.BgClassName
{
background-color: #CDA002;
}
</style>
border-color css
<style>
span { border-color: #CDA002; }
span { border-color: rgb(205,160,2); }
td.TdClassName
{
border-color: #CDA002;
}
.TagClassName
{
border-color: #CDA002;
}
</style>