Shades of Gamboge #DCA902
Tints of Gamboge #DCA902
RGB
CMYK
RGB Variations
Color information
#DCA902 (or 0xDCA902) is known color: Gamboge. HEX triplet: DC, A9 and 02. RGB value is (220,169,2). Sum of RGB (Red+Green+Blue) = 220+169+2=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA902 is #2356FD. Grayscale: #A5A5A5. Windows color (decimal): -2316030 or 174556. OLE color: 174556.
HSL color Cylindrical-coordinate representation of color #DCA902: hue angle of 45.96º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCA902 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.14 |
| HSL | 45.96º | 0.98% | 0.44% | - |
| HSV(B) | 45.96º | 0.99% | 0.86% | - |
| XYZ | 43.71 | 43.6 | 6.17 | - |
| YUV | 165.21 | 35.9 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 2 | 0 | 0.23 | 0.99 | 0.14 | 45.96 | 0.98 | 0.44 |
| Hex | DC | A9 | 2 | 0 | 17 | 63 | E | 2E | 62 | 2C |
| Octal | 334 | 251 | 2 | 0 | 27 | 143 | 16 | 56 | 142 | 54 |
| Binary | 11011100 | 10101001 | 10 | 0 | 10111 | 1100011 | 1110 | 101110 | 1100010 | 101100 |
Color Harmonies of #DCA902
Complementary color
Monochromatic Colors of #DCA902
Black with #DCA902
Text Example
Text Example
White with #DCA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA902; }
p { color: rgb(220,169,2); }
H1.HeaderClassName
{
color: #DCA902;
}
.AnyTagClassName
{
color: #DCA902;
}
</style>
background-color css
<style>
a { background-color: #DCA902; }
a { background-color: rgb(220,169,2); }
div.DivClassName
{
background-color: #DCA902;
}
.BgClassName
{
background-color: #DCA902;
}
</style>
border-color css
<style>
span { border-color: #DCA902; }
span { border-color: rgb(220,169,2); }
td.TdClassName
{
border-color: #DCA902;
}
.TagClassName
{
border-color: #DCA902;
}
</style>