Shades of Gamboge #DDAD0C
Tints of Gamboge #DDAD0C
RGB
CMYK
RGB Variations
Color information
#DDAD0C (or 0xDDAD0C) is known color: Gamboge. HEX triplet: DD, AD and 0C. RGB value is (221,173,12). Sum of RGB (Red+Green+Blue) = 221+173+12=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAD0C is #2252F3. Grayscale: #A9A9A9. Windows color (decimal): -2249460 or 830941. OLE color: 830941.
HSL color Cylindrical-coordinate representation of color #DDAD0C: hue angle of 46.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDAD0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 173 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.13 |
| HSL | 46.22º | 0.9% | 0.46% | - |
| HSV(B) | 46.22º | 0.95% | 0.87% | - |
| XYZ | 44.83 | 45.29 | 6.73 | - |
| YUV | 169 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 12 | 0 | 0.22 | 0.95 | 0.13 | 46.22 | 0.9 | 0.46 |
| Hex | DD | AD | C | 0 | 16 | 5F | D | 2E | 5A | 2E |
| Octal | 335 | 255 | 14 | 0 | 26 | 137 | 15 | 56 | 132 | 56 |
| Binary | 11011101 | 10101101 | 1100 | 0 | 10110 | 1011111 | 1101 | 101110 | 1011010 | 101110 |
Color Harmonies of #DDAD0C
Complementary color
Monochromatic Colors of #DDAD0C
Black with #DDAD0C
Text Example
Text Example
White with #DDAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAD0C; }
p { color: rgb(221,173,12); }
H1.HeaderClassName
{
color: #DDAD0C;
}
.AnyTagClassName
{
color: #DDAD0C;
}
</style>
background-color css
<style>
a { background-color: #DDAD0C; }
a { background-color: rgb(221,173,12); }
div.DivClassName
{
background-color: #DDAD0C;
}
.BgClassName
{
background-color: #DDAD0C;
}
</style>
border-color css
<style>
span { border-color: #DDAD0C; }
span { border-color: rgb(221,173,12); }
td.TdClassName
{
border-color: #DDAD0C;
}
.TagClassName
{
border-color: #DDAD0C;
}
</style>