Shades of Gamboge #DCA50B
Tints of Gamboge #DCA50B
RGB
CMYK
RGB Variations
Color information
#DCA50B (or 0xDCA50B) is known color: Gamboge. HEX triplet: DC, A5 and 0B. RGB value is (220,165,11). Sum of RGB (Red+Green+Blue) = 220+165+11=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA50B is #235AF4. Grayscale: #A4A4A4. Windows color (decimal): -2317045 or 763356. OLE color: 763356.
HSL color Cylindrical-coordinate representation of color #DCA50B: hue angle of 44.21º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCA50B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.14 |
| HSL | 44.21º | 0.9% | 0.45% | - |
| HSV(B) | 44.21º | 0.95% | 0.86% | - |
| XYZ | 43.03 | 42.15 | 6.18 | - |
| YUV | 163.89 | 41.72 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 11 | 0 | 0.25 | 0.95 | 0.14 | 44.21 | 0.9 | 0.45 |
| Hex | DC | A5 | B | 0 | 19 | 5F | E | 2C | 5A | 2D |
| Octal | 334 | 245 | 13 | 0 | 31 | 137 | 16 | 54 | 132 | 55 |
| Binary | 11011100 | 10100101 | 1011 | 0 | 11001 | 1011111 | 1110 | 101100 | 1011010 | 101101 |
Color Harmonies of #DCA50B
Complementary color
Monochromatic Colors of #DCA50B
Black with #DCA50B
Text Example
Text Example
White with #DCA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA50B; }
p { color: rgb(220,165,11); }
H1.HeaderClassName
{
color: #DCA50B;
}
.AnyTagClassName
{
color: #DCA50B;
}
</style>
background-color css
<style>
a { background-color: #DCA50B; }
a { background-color: rgb(220,165,11); }
div.DivClassName
{
background-color: #DCA50B;
}
.BgClassName
{
background-color: #DCA50B;
}
</style>
border-color css
<style>
span { border-color: #DCA50B; }
span { border-color: rgb(220,165,11); }
td.TdClassName
{
border-color: #DCA50B;
}
.TagClassName
{
border-color: #DCA50B;
}
</style>