Shades of Gamboge #DCAA04
Tints of Gamboge #DCAA04
RGB
CMYK
RGB Variations
Color information
#DCAA04 (or 0xDCAA04) is known color: Gamboge. HEX triplet: DC, AA and 04. RGB value is (220,170,4). Sum of RGB (Red+Green+Blue) = 220+170+4=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA04 is #2355FB. Grayscale: #A6A6A6. Windows color (decimal): -2315772 or 305884. OLE color: 305884.
HSL color Cylindrical-coordinate representation of color #DCAA04: hue angle of 46.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCAA04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.14 |
| HSL | 46.11º | 0.96% | 0.44% | - |
| HSV(B) | 46.11º | 0.98% | 0.86% | - |
| XYZ | 43.91 | 43.97 | 6.29 | - |
| YUV | 166.03 | 36.57 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 4 | 0 | 0.23 | 0.98 | 0.14 | 46.11 | 0.96 | 0.44 |
| Hex | DC | AA | 4 | 0 | 17 | 62 | E | 2E | 60 | 2C |
| Octal | 334 | 252 | 4 | 0 | 27 | 142 | 16 | 56 | 140 | 54 |
| Binary | 11011100 | 10101010 | 100 | 0 | 10111 | 1100010 | 1110 | 101110 | 1100000 | 101100 |
Color Harmonies of #DCAA04
Complementary color
Monochromatic Colors of #DCAA04
Black with #DCAA04
Text Example
Text Example
White with #DCAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA04; }
p { color: rgb(220,170,4); }
H1.HeaderClassName
{
color: #DCAA04;
}
.AnyTagClassName
{
color: #DCAA04;
}
</style>
background-color css
<style>
a { background-color: #DCAA04; }
a { background-color: rgb(220,170,4); }
div.DivClassName
{
background-color: #DCAA04;
}
.BgClassName
{
background-color: #DCAA04;
}
</style>
border-color css
<style>
span { border-color: #DCAA04; }
span { border-color: rgb(220,170,4); }
td.TdClassName
{
border-color: #DCAA04;
}
.TagClassName
{
border-color: #DCAA04;
}
</style>