Shades of Gamboge #DDAC10
Tints of Gamboge #DDAC10
RGB
CMYK
RGB Variations
Color information
#DDAC10 (or 0xDDAC10) is known color: Gamboge. HEX triplet: DD, AC and 10. RGB value is (221,172,16). Sum of RGB (Red+Green+Blue) = 221+172+16=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC10 is #2253EF. Grayscale: #A9A9A9. Windows color (decimal): -2249712 or 1092829. OLE color: 1092829.
HSL color Cylindrical-coordinate representation of color #DDAC10: hue angle of 45.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDAC10 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 16 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.13 |
| HSL | 45.66º | 0.86% | 0.46% | - |
| HSV(B) | 45.66º | 0.93% | 0.87% | - |
| XYZ | 44.66 | 44.91 | 6.81 | - |
| YUV | 168.87 | 41.73 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 16 | 0 | 0.22 | 0.93 | 0.13 | 45.66 | 0.86 | 0.46 |
| Hex | DD | AC | 10 | 0 | 16 | 5D | D | 2E | 56 | 2E |
| Octal | 335 | 254 | 20 | 0 | 26 | 135 | 15 | 56 | 126 | 56 |
| Binary | 11011101 | 10101100 | 10000 | 0 | 10110 | 1011101 | 1101 | 101110 | 1010110 | 101110 |
Color Harmonies of #DDAC10
Complementary color
Monochromatic Colors of #DDAC10
Black with #DDAC10
Text Example
Text Example
White with #DDAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC10; }
p { color: rgb(221,172,16); }
H1.HeaderClassName
{
color: #DDAC10;
}
.AnyTagClassName
{
color: #DDAC10;
}
</style>
background-color css
<style>
a { background-color: #DDAC10; }
a { background-color: rgb(221,172,16); }
div.DivClassName
{
background-color: #DDAC10;
}
.BgClassName
{
background-color: #DDAC10;
}
</style>
border-color css
<style>
span { border-color: #DDAC10; }
span { border-color: rgb(221,172,16); }
td.TdClassName
{
border-color: #DDAC10;
}
.TagClassName
{
border-color: #DDAC10;
}
</style>