Shades of Gamboge #DCAA01
Tints of Gamboge #DCAA01
RGB
CMYK
RGB Variations
Color information
#DCAA01 (or 0xDCAA01) is known color: Gamboge. HEX triplet: DC, AA and 01. RGB value is (220,170,1). Sum of RGB (Red+Green+Blue) = 220+170+1=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA01 is #2355FE. Grayscale: #A6A6A6. Windows color (decimal): -2315775 or 109276. OLE color: 109276.
HSL color Cylindrical-coordinate representation of color #DCAA01: hue angle of 46.3º 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 #DCAA01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.14 |
| HSL | 46.3º | 0.99% | 0.43% | - |
| HSV(B) | 46.3º | 1% | 0.86% | - |
| XYZ | 43.9 | 43.97 | 6.2 | - |
| YUV | 165.68 | 35.07 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 1 | 0 | 0.23 | 1.00 | 0.14 | 46.3 | 0.99 | 0.43 |
| Hex | DC | AA | 1 | 0 | 17 | 64 | E | 2E | 63 | 2B |
| Octal | 334 | 252 | 1 | 0 | 27 | 144 | 16 | 56 | 143 | 53 |
| Binary | 11011100 | 10101010 | 1 | 0 | 10111 | 1100100 | 1110 | 101110 | 1100011 | 101011 |
Color Harmonies of #DCAA01
Complementary color
Monochromatic Colors of #DCAA01
Black with #DCAA01
Text Example
Text Example
White with #DCAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA01; }
p { color: rgb(220,170,1); }
H1.HeaderClassName
{
color: #DCAA01;
}
.AnyTagClassName
{
color: #DCAA01;
}
</style>
background-color css
<style>
a { background-color: #DCAA01; }
a { background-color: rgb(220,170,1); }
div.DivClassName
{
background-color: #DCAA01;
}
.BgClassName
{
background-color: #DCAA01;
}
</style>
border-color css
<style>
span { border-color: #DCAA01; }
span { border-color: rgb(220,170,1); }
td.TdClassName
{
border-color: #DCAA01;
}
.TagClassName
{
border-color: #DCAA01;
}
</style>