Shades of Gamboge #DDAB0F
Tints of Gamboge #DDAB0F
RGB
CMYK
RGB Variations
Color information
#DDAB0F (or 0xDDAB0F) is known color: Gamboge. HEX triplet: DD, AB and 0F. RGB value is (221,171,15). Sum of RGB (Red+Green+Blue) = 221+171+15=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB0F is #2254F0. Grayscale: #A8A8A8. Windows color (decimal): -2249969 or 1027037. OLE color: 1027037.
HSL color Cylindrical-coordinate representation of color #DDAB0F: hue angle of 45.44º degrees, saturation: 0.87, 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 #DDAB0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 15 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.13 |
| HSL | 45.44º | 0.87% | 0.46% | - |
| HSV(B) | 45.44º | 0.93% | 0.87% | - |
| XYZ | 44.47 | 44.53 | 6.7 | - |
| YUV | 168.17 | 41.57 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 15 | 0 | 0.23 | 0.93 | 0.13 | 45.44 | 0.87 | 0.46 |
| Hex | DD | AB | F | 0 | 17 | 5D | D | 2D | 57 | 2E |
| Octal | 335 | 253 | 17 | 0 | 27 | 135 | 15 | 55 | 127 | 56 |
| Binary | 11011101 | 10101011 | 1111 | 0 | 10111 | 1011101 | 1101 | 101101 | 1010111 | 101110 |
Color Harmonies of #DDAB0F
Complementary color
Monochromatic Colors of #DDAB0F
Black with #DDAB0F
Text Example
Text Example
White with #DDAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB0F; }
p { color: rgb(221,171,15); }
H1.HeaderClassName
{
color: #DDAB0F;
}
.AnyTagClassName
{
color: #DDAB0F;
}
</style>
background-color css
<style>
a { background-color: #DDAB0F; }
a { background-color: rgb(221,171,15); }
div.DivClassName
{
background-color: #DDAB0F;
}
.BgClassName
{
background-color: #DDAB0F;
}
</style>
border-color css
<style>
span { border-color: #DDAB0F; }
span { border-color: rgb(221,171,15); }
td.TdClassName
{
border-color: #DDAB0F;
}
.TagClassName
{
border-color: #DDAB0F;
}
</style>