Shades of Gamboge #DCAC02
Tints of Gamboge #DCAC02
RGB
CMYK
RGB Variations
Color information
#DCAC02 (or 0xDCAC02) is known color: Gamboge. HEX triplet: DC, AC and 02. RGB value is (220,172,2). Sum of RGB (Red+Green+Blue) = 220+172+2=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC02 is #2353FD. Grayscale: #A7A7A7. Windows color (decimal): -2315262 or 175324. OLE color: 175324.
HSL color Cylindrical-coordinate representation of color #DCAC02: hue angle of 46.79º 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 #DCAC02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.14 |
| HSL | 46.79º | 0.98% | 0.44% | - |
| HSV(B) | 46.79º | 0.99% | 0.86% | - |
| XYZ | 44.28 | 44.73 | 6.36 | - |
| YUV | 166.97 | 34.9 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 2 | 0 | 0.22 | 0.99 | 0.14 | 46.79 | 0.98 | 0.44 |
| Hex | DC | AC | 2 | 0 | 16 | 63 | E | 2F | 62 | 2C |
| Octal | 334 | 254 | 2 | 0 | 26 | 143 | 16 | 57 | 142 | 54 |
| Binary | 11011100 | 10101100 | 10 | 0 | 10110 | 1100011 | 1110 | 101111 | 1100010 | 101100 |
Color Harmonies of #DCAC02
Complementary color
Monochromatic Colors of #DCAC02
Black with #DCAC02
Text Example
Text Example
White with #DCAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC02; }
p { color: rgb(220,172,2); }
H1.HeaderClassName
{
color: #DCAC02;
}
.AnyTagClassName
{
color: #DCAC02;
}
</style>
background-color css
<style>
a { background-color: #DCAC02; }
a { background-color: rgb(220,172,2); }
div.DivClassName
{
background-color: #DCAC02;
}
.BgClassName
{
background-color: #DCAC02;
}
</style>
border-color css
<style>
span { border-color: #DCAC02; }
span { border-color: rgb(220,172,2); }
td.TdClassName
{
border-color: #DCAC02;
}
.TagClassName
{
border-color: #DCAC02;
}
</style>