Shades of Gamboge #DCAC01
Tints of Gamboge #DCAC01
RGB
CMYK
RGB Variations
Color information
#DCAC01 (or 0xDCAC01) is known color: Gamboge. HEX triplet: DC, AC and 01. RGB value is (220,172,1). Sum of RGB (Red+Green+Blue) = 220+172+1=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC01 is #2353FE. Grayscale: #A7A7A7. Windows color (decimal): -2315263 or 109788. OLE color: 109788.
HSL color Cylindrical-coordinate representation of color #DCAC01: hue angle of 46.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCAC01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.14 |
| HSL | 46.85º | 0.99% | 0.43% | - |
| HSV(B) | 46.85º | 1% | 0.86% | - |
| XYZ | 44.27 | 44.72 | 6.33 | - |
| YUV | 166.86 | 34.4 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 1 | 0 | 0.22 | 1.00 | 0.14 | 46.85 | 0.99 | 0.43 |
| Hex | DC | AC | 1 | 0 | 16 | 64 | E | 2F | 63 | 2B |
| Octal | 334 | 254 | 1 | 0 | 26 | 144 | 16 | 57 | 143 | 53 |
| Binary | 11011100 | 10101100 | 1 | 0 | 10110 | 1100100 | 1110 | 101111 | 1100011 | 101011 |
Color Harmonies of #DCAC01
Complementary color
Monochromatic Colors of #DCAC01
Black with #DCAC01
Text Example
Text Example
White with #DCAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC01; }
p { color: rgb(220,172,1); }
H1.HeaderClassName
{
color: #DCAC01;
}
.AnyTagClassName
{
color: #DCAC01;
}
</style>
background-color css
<style>
a { background-color: #DCAC01; }
a { background-color: rgb(220,172,1); }
div.DivClassName
{
background-color: #DCAC01;
}
.BgClassName
{
background-color: #DCAC01;
}
</style>
border-color css
<style>
span { border-color: #DCAC01; }
span { border-color: rgb(220,172,1); }
td.TdClassName
{
border-color: #DCAC01;
}
.TagClassName
{
border-color: #DCAC01;
}
</style>