Shades of Gamboge #DCAA03
Tints of Gamboge #DCAA03
RGB
CMYK
RGB Variations
Color information
#DCAA03 (or 0xDCAA03) is known color: Gamboge. HEX triplet: DC, AA and 03. RGB value is (220,170,3). Sum of RGB (Red+Green+Blue) = 220+170+3=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA03 is #2355FC. Grayscale: #A6A6A6. Windows color (decimal): -2315773 or 240348. OLE color: 240348.
HSL color Cylindrical-coordinate representation of color #DCAA03: hue angle of 46.18º degrees, saturation: 0.97, 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 #DCAA03 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.14 |
| HSL | 46.18º | 0.97% | 0.44% | - |
| HSV(B) | 46.18º | 0.99% | 0.86% | - |
| XYZ | 43.91 | 43.97 | 6.26 | - |
| YUV | 165.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 3 | 0 | 0.23 | 0.99 | 0.14 | 46.18 | 0.97 | 0.44 |
| Hex | DC | AA | 3 | 0 | 17 | 63 | E | 2E | 61 | 2C |
| Octal | 334 | 252 | 3 | 0 | 27 | 143 | 16 | 56 | 141 | 54 |
| Binary | 11011100 | 10101010 | 11 | 0 | 10111 | 1100011 | 1110 | 101110 | 1100001 | 101100 |
Color Harmonies of #DCAA03
Complementary color
Monochromatic Colors of #DCAA03
Black with #DCAA03
Text Example
Text Example
White with #DCAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA03; }
p { color: rgb(220,170,3); }
H1.HeaderClassName
{
color: #DCAA03;
}
.AnyTagClassName
{
color: #DCAA03;
}
</style>
background-color css
<style>
a { background-color: #DCAA03; }
a { background-color: rgb(220,170,3); }
div.DivClassName
{
background-color: #DCAA03;
}
.BgClassName
{
background-color: #DCAA03;
}
</style>
border-color css
<style>
span { border-color: #DCAA03; }
span { border-color: rgb(220,170,3); }
td.TdClassName
{
border-color: #DCAA03;
}
.TagClassName
{
border-color: #DCAA03;
}
</style>