Shades of Gamboge #CDA703
Tints of Gamboge #CDA703
RGB
CMYK
RGB Variations
Color information
#CDA703 (or 0xCDA703) is known color: Gamboge. HEX triplet: CD, A7 and 03. RGB value is (205,167,3). Sum of RGB (Red+Green+Blue) = 205+167+3=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA703 is #3258FC. Grayscale: #A0A0A0. Windows color (decimal): -3299581 or 239565. OLE color: 239565.
HSL color Cylindrical-coordinate representation of color #CDA703: hue angle of 48.71º 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 #CDA703 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.20 |
| HSL | 48.71º | 0.97% | 0.41% | - |
| HSV(B) | 48.71º | 0.99% | 0.8% | - |
| XYZ | 39.01 | 40.62 | 5.87 | - |
| YUV | 159.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 3 | 0 | 0.19 | 0.99 | 0.20 | 48.71 | 0.97 | 0.41 |
| Hex | CD | A7 | 3 | 0 | 13 | 63 | 14 | 31 | 61 | 29 |
| Octal | 315 | 247 | 3 | 0 | 23 | 143 | 24 | 61 | 141 | 51 |
| Binary | 11001101 | 10100111 | 11 | 0 | 10011 | 1100011 | 10100 | 110001 | 1100001 | 101001 |
Color Harmonies of #CDA703
Complementary color
Monochromatic Colors of #CDA703
Black with #CDA703
Text Example
Text Example
White with #CDA703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA703; }
p { color: rgb(205,167,3); }
H1.HeaderClassName
{
color: #CDA703;
}
.AnyTagClassName
{
color: #CDA703;
}
</style>
background-color css
<style>
a { background-color: #CDA703; }
a { background-color: rgb(205,167,3); }
div.DivClassName
{
background-color: #CDA703;
}
.BgClassName
{
background-color: #CDA703;
}
</style>
border-color css
<style>
span { border-color: #CDA703; }
span { border-color: rgb(205,167,3); }
td.TdClassName
{
border-color: #CDA703;
}
.TagClassName
{
border-color: #CDA703;
}
</style>