Shades of Gamboge #DCAA07
Tints of Gamboge #DCAA07
RGB
CMYK
RGB Variations
Color information
#DCAA07 (or 0xDCAA07) is known color: Gamboge. HEX triplet: DC, AA and 07. RGB value is (220,170,7). Sum of RGB (Red+Green+Blue) = 220+170+7=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA07 is #2355F8. Grayscale: #A7A7A7. Windows color (decimal): -2315769 or 502492. OLE color: 502492.
HSL color Cylindrical-coordinate representation of color #DCAA07: hue angle of 45.92º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCAA07 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.14 |
| HSL | 45.92º | 0.94% | 0.45% | - |
| HSV(B) | 45.92º | 0.97% | 0.86% | - |
| XYZ | 43.93 | 43.98 | 6.37 | - |
| YUV | 166.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 7 | 0 | 0.23 | 0.97 | 0.14 | 45.92 | 0.94 | 0.45 |
| Hex | DC | AA | 7 | 0 | 17 | 61 | E | 2E | 5E | 2D |
| Octal | 334 | 252 | 7 | 0 | 27 | 141 | 16 | 56 | 136 | 55 |
| Binary | 11011100 | 10101010 | 111 | 0 | 10111 | 1100001 | 1110 | 101110 | 1011110 | 101101 |
Color Harmonies of #DCAA07
Complementary color
Monochromatic Colors of #DCAA07
Black with #DCAA07
Text Example
Text Example
White with #DCAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA07; }
p { color: rgb(220,170,7); }
H1.HeaderClassName
{
color: #DCAA07;
}
.AnyTagClassName
{
color: #DCAA07;
}
</style>
background-color css
<style>
a { background-color: #DCAA07; }
a { background-color: rgb(220,170,7); }
div.DivClassName
{
background-color: #DCAA07;
}
.BgClassName
{
background-color: #DCAA07;
}
</style>
border-color css
<style>
span { border-color: #DCAA07; }
span { border-color: rgb(220,170,7); }
td.TdClassName
{
border-color: #DCAA07;
}
.TagClassName
{
border-color: #DCAA07;
}
</style>