Shades of Gamboge #DDAB04
Tints of Gamboge #DDAB04
RGB
CMYK
RGB Variations
Color information
#DDAB04 (or 0xDDAB04) is known color: Gamboge. HEX triplet: DD, AB and 04. RGB value is (221,171,4). Sum of RGB (Red+Green+Blue) = 221+171+4=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB04 is #2254FB. Grayscale: #A7A7A7. Windows color (decimal): -2249980 or 306141. OLE color: 306141.
HSL color Cylindrical-coordinate representation of color #DDAB04: hue angle of 46.18º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDAB04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.13 |
| HSL | 46.18º | 0.96% | 0.44% | - |
| HSV(B) | 46.18º | 0.98% | 0.87% | - |
| XYZ | 44.4 | 44.51 | 6.37 | - |
| YUV | 166.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 4 | 0 | 0.23 | 0.98 | 0.13 | 46.18 | 0.96 | 0.44 |
| Hex | DD | AB | 4 | 0 | 17 | 62 | D | 2E | 60 | 2C |
| Octal | 335 | 253 | 4 | 0 | 27 | 142 | 15 | 56 | 140 | 54 |
| Binary | 11011101 | 10101011 | 100 | 0 | 10111 | 1100010 | 1101 | 101110 | 1100000 | 101100 |
Color Harmonies of #DDAB04
Complementary color
Monochromatic Colors of #DDAB04
Black with #DDAB04
Text Example
Text Example
White with #DDAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB04; }
p { color: rgb(221,171,4); }
H1.HeaderClassName
{
color: #DDAB04;
}
.AnyTagClassName
{
color: #DDAB04;
}
</style>
background-color css
<style>
a { background-color: #DDAB04; }
a { background-color: rgb(221,171,4); }
div.DivClassName
{
background-color: #DDAB04;
}
.BgClassName
{
background-color: #DDAB04;
}
</style>
border-color css
<style>
span { border-color: #DDAB04; }
span { border-color: rgb(221,171,4); }
td.TdClassName
{
border-color: #DDAB04;
}
.TagClassName
{
border-color: #DDAB04;
}
</style>