Shades of Gamboge #DDAB0B
Tints of Gamboge #DDAB0B
RGB
CMYK
RGB Variations
Color information
#DDAB0B (or 0xDDAB0B) is known color: Gamboge. HEX triplet: DD, AB and 0B. RGB value is (221,171,11). Sum of RGB (Red+Green+Blue) = 221+171+11=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB0B is #2254F4. Grayscale: #A8A8A8. Windows color (decimal): -2249973 or 764893. OLE color: 764893.
HSL color Cylindrical-coordinate representation of color #DDAB0B: hue angle of 45.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDAB0B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.13 |
| HSL | 45.71º | 0.91% | 0.45% | - |
| HSV(B) | 45.71º | 0.95% | 0.87% | - |
| XYZ | 44.44 | 44.52 | 6.57 | - |
| YUV | 167.71 | 39.57 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 11 | 0 | 0.23 | 0.95 | 0.13 | 45.71 | 0.91 | 0.45 |
| Hex | DD | AB | B | 0 | 17 | 5F | D | 2E | 5B | 2D |
| Octal | 335 | 253 | 13 | 0 | 27 | 137 | 15 | 56 | 133 | 55 |
| Binary | 11011101 | 10101011 | 1011 | 0 | 10111 | 1011111 | 1101 | 101110 | 1011011 | 101101 |
Color Harmonies of #DDAB0B
Complementary color
Monochromatic Colors of #DDAB0B
Black with #DDAB0B
Text Example
Text Example
White with #DDAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB0B; }
p { color: rgb(221,171,11); }
H1.HeaderClassName
{
color: #DDAB0B;
}
.AnyTagClassName
{
color: #DDAB0B;
}
</style>
background-color css
<style>
a { background-color: #DDAB0B; }
a { background-color: rgb(221,171,11); }
div.DivClassName
{
background-color: #DDAB0B;
}
.BgClassName
{
background-color: #DDAB0B;
}
</style>
border-color css
<style>
span { border-color: #DDAB0B; }
span { border-color: rgb(221,171,11); }
td.TdClassName
{
border-color: #DDAB0B;
}
.TagClassName
{
border-color: #DDAB0B;
}
</style>