Shades of Gamboge #DCA802
Tints of Gamboge #DCA802
RGB
CMYK
RGB Variations
Color information
#DCA802 (or 0xDCA802) is known color: Gamboge. HEX triplet: DC, A8 and 02. RGB value is (220,168,2). Sum of RGB (Red+Green+Blue) = 220+168+2=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA802 is #2357FD. Grayscale: #A5A5A5. Windows color (decimal): -2316286 or 174300. OLE color: 174300.
HSL color Cylindrical-coordinate representation of color #DCA802: hue angle of 45.69º 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 #DCA802 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 168 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.14 |
| HSL | 45.69º | 0.98% | 0.44% | - |
| HSV(B) | 45.69º | 0.99% | 0.86% | - |
| XYZ | 43.53 | 43.23 | 6.11 | - |
| YUV | 164.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 2 | 0 | 0.24 | 0.99 | 0.14 | 45.69 | 0.98 | 0.44 |
| Hex | DC | A8 | 2 | 0 | 18 | 63 | E | 2E | 62 | 2C |
| Octal | 334 | 250 | 2 | 0 | 30 | 143 | 16 | 56 | 142 | 54 |
| Binary | 11011100 | 10101000 | 10 | 0 | 11000 | 1100011 | 1110 | 101110 | 1100010 | 101100 |
Color Harmonies of #DCA802
Complementary color
Monochromatic Colors of #DCA802
Black with #DCA802
Text Example
Text Example
White with #DCA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA802; }
p { color: rgb(220,168,2); }
H1.HeaderClassName
{
color: #DCA802;
}
.AnyTagClassName
{
color: #DCA802;
}
</style>
background-color css
<style>
a { background-color: #DCA802; }
a { background-color: rgb(220,168,2); }
div.DivClassName
{
background-color: #DCA802;
}
.BgClassName
{
background-color: #DCA802;
}
</style>
border-color css
<style>
span { border-color: #DCA802; }
span { border-color: rgb(220,168,2); }
td.TdClassName
{
border-color: #DCA802;
}
.TagClassName
{
border-color: #DCA802;
}
</style>