Shades of Gamboge #DDAC0D
Tints of Gamboge #DDAC0D
RGB
CMYK
RGB Variations
Color information
#DDAC0D (or 0xDDAC0D) is known color: Gamboge. HEX triplet: DD, AC and 0D. RGB value is (221,172,13). Sum of RGB (Red+Green+Blue) = 221+172+13=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC0D is #2253F2. Grayscale: #A9A9A9. Windows color (decimal): -2249715 or 896221. OLE color: 896221.
HSL color Cylindrical-coordinate representation of color #DDAC0D: hue angle of 45.87º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDAC0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.13 |
| HSL | 45.87º | 0.89% | 0.46% | - |
| HSV(B) | 45.87º | 0.94% | 0.87% | - |
| XYZ | 44.64 | 44.91 | 6.7 | - |
| YUV | 168.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 13 | 0 | 0.22 | 0.94 | 0.13 | 45.87 | 0.89 | 0.46 |
| Hex | DD | AC | D | 0 | 16 | 5E | D | 2E | 59 | 2E |
| Octal | 335 | 254 | 15 | 0 | 26 | 136 | 15 | 56 | 131 | 56 |
| Binary | 11011101 | 10101100 | 1101 | 0 | 10110 | 1011110 | 1101 | 101110 | 1011001 | 101110 |
Color Harmonies of #DDAC0D
Complementary color
Monochromatic Colors of #DDAC0D
Black with #DDAC0D
Text Example
Text Example
White with #DDAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC0D; }
p { color: rgb(221,172,13); }
H1.HeaderClassName
{
color: #DDAC0D;
}
.AnyTagClassName
{
color: #DDAC0D;
}
</style>
background-color css
<style>
a { background-color: #DDAC0D; }
a { background-color: rgb(221,172,13); }
div.DivClassName
{
background-color: #DDAC0D;
}
.BgClassName
{
background-color: #DDAC0D;
}
</style>
border-color css
<style>
span { border-color: #DDAC0D; }
span { border-color: rgb(221,172,13); }
td.TdClassName
{
border-color: #DDAC0D;
}
.TagClassName
{
border-color: #DDAC0D;
}
</style>