Shades of Gamboge #DDAB0D
Tints of Gamboge #DDAB0D
RGB
CMYK
RGB Variations
Color information
#DDAB0D (or 0xDDAB0D) is known color: Gamboge. HEX triplet: DD, AB and 0D. RGB value is (221,171,13). Sum of RGB (Red+Green+Blue) = 221+171+13=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB0D is #2254F2. Grayscale: #A8A8A8. Windows color (decimal): -2249971 or 895965. OLE color: 895965.
HSL color Cylindrical-coordinate representation of color #DDAB0D: hue angle of 45.58º 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 #DDAB0D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.13 |
| HSL | 45.58º | 0.89% | 0.46% | - |
| HSV(B) | 45.58º | 0.94% | 0.87% | - |
| XYZ | 44.45 | 44.53 | 6.63 | - |
| YUV | 167.94 | 40.57 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 13 | 0 | 0.23 | 0.94 | 0.13 | 45.58 | 0.89 | 0.46 |
| Hex | DD | AB | D | 0 | 17 | 5E | D | 2E | 59 | 2E |
| Octal | 335 | 253 | 15 | 0 | 27 | 136 | 15 | 56 | 131 | 56 |
| Binary | 11011101 | 10101011 | 1101 | 0 | 10111 | 1011110 | 1101 | 101110 | 1011001 | 101110 |
Color Harmonies of #DDAB0D
Complementary color
Monochromatic Colors of #DDAB0D
Black with #DDAB0D
Text Example
Text Example
White with #DDAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB0D; }
p { color: rgb(221,171,13); }
H1.HeaderClassName
{
color: #DDAB0D;
}
.AnyTagClassName
{
color: #DDAB0D;
}
</style>
background-color css
<style>
a { background-color: #DDAB0D; }
a { background-color: rgb(221,171,13); }
div.DivClassName
{
background-color: #DDAB0D;
}
.BgClassName
{
background-color: #DDAB0D;
}
</style>
border-color css
<style>
span { border-color: #DDAB0D; }
span { border-color: rgb(221,171,13); }
td.TdClassName
{
border-color: #DDAB0D;
}
.TagClassName
{
border-color: #DDAB0D;
}
</style>