Shades of Gamboge #CDA701
Tints of Gamboge #CDA701
RGB
CMYK
RGB Variations
Color information
#CDA701 (or 0xCDA701) is known color: Gamboge. HEX triplet: CD, A7 and 01. RGB value is (205,167,1). Sum of RGB (Red+Green+Blue) = 205+167+1=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA701 is #3258FE. Grayscale: #A0A0A0. Windows color (decimal): -3299583 or 108493. OLE color: 108493.
HSL color Cylindrical-coordinate representation of color #CDA701: hue angle of 48.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDA701 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.20 |
| HSL | 48.82º | 0.99% | 0.4% | - |
| HSV(B) | 48.82º | 1% | 0.8% | - |
| XYZ | 39 | 40.62 | 5.81 | - |
| YUV | 159.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 1 | 0 | 0.19 | 1.00 | 0.20 | 48.82 | 0.99 | 0.4 |
| Hex | CD | A7 | 1 | 0 | 13 | 64 | 14 | 31 | 63 | 28 |
| Octal | 315 | 247 | 1 | 0 | 23 | 144 | 24 | 61 | 143 | 50 |
| Binary | 11001101 | 10100111 | 1 | 0 | 10011 | 1100100 | 10100 | 110001 | 1100011 | 101000 |
Color Harmonies of #CDA701
Complementary color
Monochromatic Colors of #CDA701
Black with #CDA701
Text Example
Text Example
White with #CDA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA701; }
p { color: rgb(205,167,1); }
H1.HeaderClassName
{
color: #CDA701;
}
.AnyTagClassName
{
color: #CDA701;
}
</style>
background-color css
<style>
a { background-color: #CDA701; }
a { background-color: rgb(205,167,1); }
div.DivClassName
{
background-color: #CDA701;
}
.BgClassName
{
background-color: #CDA701;
}
</style>
border-color css
<style>
span { border-color: #CDA701; }
span { border-color: rgb(205,167,1); }
td.TdClassName
{
border-color: #CDA701;
}
.TagClassName
{
border-color: #CDA701;
}
</style>