Shades of Gamboge #DCA502
Tints of Gamboge #DCA502
RGB
CMYK
RGB Variations
Color information
#DCA502 (or 0xDCA502) is known color: Gamboge. HEX triplet: DC, A5 and 02. RGB value is (220,165,2). Sum of RGB (Red+Green+Blue) = 220+165+2=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA502 is #235AFD. Grayscale: #A3A3A3. Windows color (decimal): -2317054 or 173532. OLE color: 173532.
HSL color Cylindrical-coordinate representation of color #DCA502: hue angle of 44.86º 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 #DCA502 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.14 |
| HSL | 44.86º | 0.98% | 0.44% | - |
| HSV(B) | 44.86º | 0.99% | 0.86% | - |
| XYZ | 42.98 | 42.13 | 5.92 | - |
| YUV | 162.86 | 37.22 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 2 | 0 | 0.25 | 0.99 | 0.14 | 44.86 | 0.98 | 0.44 |
| Hex | DC | A5 | 2 | 0 | 19 | 63 | E | 2D | 62 | 2C |
| Octal | 334 | 245 | 2 | 0 | 31 | 143 | 16 | 55 | 142 | 54 |
| Binary | 11011100 | 10100101 | 10 | 0 | 11001 | 1100011 | 1110 | 101101 | 1100010 | 101100 |
Color Harmonies of #DCA502
Complementary color
Monochromatic Colors of #DCA502
Black with #DCA502
Text Example
Text Example
White with #DCA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA502; }
p { color: rgb(220,165,2); }
H1.HeaderClassName
{
color: #DCA502;
}
.AnyTagClassName
{
color: #DCA502;
}
</style>
background-color css
<style>
a { background-color: #DCA502; }
a { background-color: rgb(220,165,2); }
div.DivClassName
{
background-color: #DCA502;
}
.BgClassName
{
background-color: #DCA502;
}
</style>
border-color css
<style>
span { border-color: #DCA502; }
span { border-color: rgb(220,165,2); }
td.TdClassName
{
border-color: #DCA502;
}
.TagClassName
{
border-color: #DCA502;
}
</style>