Shades of Gamboge #DC8A04
Tints of Gamboge #DC8A04
RGB
CMYK
RGB Variations
Color information
#DC8A04 (or 0xDC8A04) is known color: Gamboge. HEX triplet: DC, 8A and 04. RGB value is (220,138,4). Sum of RGB (Red+Green+Blue) = 220+138+4=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A04 is #2375FB. Grayscale: #939393. Windows color (decimal): -2323964 or 297692. OLE color: 297692.
HSL color Cylindrical-coordinate representation of color #DC8A04: hue angle of 37.22º 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 #DC8A04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.14 |
| HSL | 37.22º | 0.96% | 0.44% | - |
| HSV(B) | 37.22º | 0.98% | 0.86% | - |
| XYZ | 38.63 | 33.4 | 4.53 | - |
| YUV | 147.24 | 47.17 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 4 | 0 | 0.37 | 0.98 | 0.14 | 37.22 | 0.96 | 0.44 |
| Hex | DC | 8A | 4 | 0 | 25 | 62 | E | 25 | 60 | 2C |
| Octal | 334 | 212 | 4 | 0 | 45 | 142 | 16 | 45 | 140 | 54 |
| Binary | 11011100 | 10001010 | 100 | 0 | 100101 | 1100010 | 1110 | 100101 | 1100000 | 101100 |
Color Harmonies of #DC8A04
Complementary color
Monochromatic Colors of #DC8A04
Black with #DC8A04
Text Example
Text Example
White with #DC8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8A04; }
p { color: rgb(220,138,4); }
H1.HeaderClassName
{
color: #DC8A04;
}
.AnyTagClassName
{
color: #DC8A04;
}
</style>
background-color css
<style>
a { background-color: #DC8A04; }
a { background-color: rgb(220,138,4); }
div.DivClassName
{
background-color: #DC8A04;
}
.BgClassName
{
background-color: #DC8A04;
}
</style>
border-color css
<style>
span { border-color: #DC8A04; }
span { border-color: rgb(220,138,4); }
td.TdClassName
{
border-color: #DC8A04;
}
.TagClassName
{
border-color: #DC8A04;
}
</style>