Shades of Gamboge #DCAC05
Tints of Gamboge #DCAC05
RGB
CMYK
RGB Variations
Color information
#DCAC05 (or 0xDCAC05) is known color: Gamboge. HEX triplet: DC, AC and 05. RGB value is (220,172,5). Sum of RGB (Red+Green+Blue) = 220+172+5=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC05 is #2353FA. Grayscale: #A8A8A8. Windows color (decimal): -2315259 or 371932. OLE color: 371932.
HSL color Cylindrical-coordinate representation of color #DCAC05: hue angle of 46.6º 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 #DCAC05 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.14 |
| HSL | 46.6º | 0.96% | 0.44% | - |
| HSV(B) | 46.6º | 0.98% | 0.86% | - |
| XYZ | 44.3 | 44.73 | 6.44 | - |
| YUV | 167.31 | 36.4 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 5 | 0 | 0.22 | 0.98 | 0.14 | 46.6 | 0.96 | 0.44 |
| Hex | DC | AC | 5 | 0 | 16 | 62 | E | 2F | 60 | 2C |
| Octal | 334 | 254 | 5 | 0 | 26 | 142 | 16 | 57 | 140 | 54 |
| Binary | 11011100 | 10101100 | 101 | 0 | 10110 | 1100010 | 1110 | 101111 | 1100000 | 101100 |
Color Harmonies of #DCAC05
Complementary color
Monochromatic Colors of #DCAC05
Black with #DCAC05
Text Example
Text Example
White with #DCAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC05; }
p { color: rgb(220,172,5); }
H1.HeaderClassName
{
color: #DCAC05;
}
.AnyTagClassName
{
color: #DCAC05;
}
</style>
background-color css
<style>
a { background-color: #DCAC05; }
a { background-color: rgb(220,172,5); }
div.DivClassName
{
background-color: #DCAC05;
}
.BgClassName
{
background-color: #DCAC05;
}
</style>
border-color css
<style>
span { border-color: #DCAC05; }
span { border-color: rgb(220,172,5); }
td.TdClassName
{
border-color: #DCAC05;
}
.TagClassName
{
border-color: #DCAC05;
}
</style>