Shades of Gamboge #CD940C
Tints of Gamboge #CD940C
RGB
CMYK
RGB Variations
Color information
#CD940C (or 0xCD940C) is known color: Gamboge. HEX triplet: CD, 94 and 0C. RGB value is (205,148,12). Sum of RGB (Red+Green+Blue) = 205+148+12=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD940C is #326BF3. Grayscale: #969696. Windows color (decimal): -3304436 or 824525. OLE color: 824525.
HSL color Cylindrical-coordinate representation of color #CD940C: hue angle of 42.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD940C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 148 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.20 |
| HSL | 42.28º | 0.89% | 0.43% | - |
| HSV(B) | 42.28º | 0.94% | 0.8% | - |
| XYZ | 35.83 | 34.19 | 5.06 | - |
| YUV | 149.54 | 50.38 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 148 | 12 | 0 | 0.28 | 0.94 | 0.20 | 42.28 | 0.89 | 0.43 |
| Hex | CD | 94 | C | 0 | 1C | 5E | 14 | 2A | 59 | 2B |
| Octal | 315 | 224 | 14 | 0 | 34 | 136 | 24 | 52 | 131 | 53 |
| Binary | 11001101 | 10010100 | 1100 | 0 | 11100 | 1011110 | 10100 | 101010 | 1011001 | 101011 |
Color Harmonies of #CD940C
Complementary color
Monochromatic Colors of #CD940C
Black with #CD940C
Text Example
Text Example
White with #CD940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD940C; }
p { color: rgb(205,148,12); }
H1.HeaderClassName
{
color: #CD940C;
}
.AnyTagClassName
{
color: #CD940C;
}
</style>
background-color css
<style>
a { background-color: #CD940C; }
a { background-color: rgb(205,148,12); }
div.DivClassName
{
background-color: #CD940C;
}
.BgClassName
{
background-color: #CD940C;
}
</style>
border-color css
<style>
span { border-color: #CD940C; }
span { border-color: rgb(205,148,12); }
td.TdClassName
{
border-color: #CD940C;
}
.TagClassName
{
border-color: #CD940C;
}
</style>