Shades of Gamboge #CDA103
Tints of Gamboge #CDA103
RGB
CMYK
RGB Variations
Color information
#CDA103 (or 0xCDA103) is known color: Gamboge. HEX triplet: CD, A1 and 03. RGB value is (205,161,3). Sum of RGB (Red+Green+Blue) = 205+161+3=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA103 is #325EFC. Grayscale: #9C9C9C. Windows color (decimal): -3301117 or 238029. OLE color: 238029.
HSL color Cylindrical-coordinate representation of color #CDA103: hue angle of 46.93º degrees, saturation: 0.97, 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 #CDA103 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.20 |
| HSL | 46.93º | 0.97% | 0.41% | - |
| HSV(B) | 46.93º | 0.99% | 0.8% | - |
| XYZ | 37.94 | 38.48 | 5.51 | - |
| YUV | 156.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 3 | 0 | 0.21 | 0.99 | 0.20 | 46.93 | 0.97 | 0.41 |
| Hex | CD | A1 | 3 | 0 | 15 | 63 | 14 | 2F | 61 | 29 |
| Octal | 315 | 241 | 3 | 0 | 25 | 143 | 24 | 57 | 141 | 51 |
| Binary | 11001101 | 10100001 | 11 | 0 | 10101 | 1100011 | 10100 | 101111 | 1100001 | 101001 |
Color Harmonies of #CDA103
Complementary color
Monochromatic Colors of #CDA103
Black with #CDA103
Text Example
Text Example
White with #CDA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA103; }
p { color: rgb(205,161,3); }
H1.HeaderClassName
{
color: #CDA103;
}
.AnyTagClassName
{
color: #CDA103;
}
</style>
background-color css
<style>
a { background-color: #CDA103; }
a { background-color: rgb(205,161,3); }
div.DivClassName
{
background-color: #CDA103;
}
.BgClassName
{
background-color: #CDA103;
}
</style>
border-color css
<style>
span { border-color: #CDA103; }
span { border-color: rgb(205,161,3); }
td.TdClassName
{
border-color: #CDA103;
}
.TagClassName
{
border-color: #CDA103;
}
</style>