Shades of Gamboge #DDA008
Tints of Gamboge #DDA008
RGB
CMYK
RGB Variations
Color information
#DDA008 (or 0xDDA008) is known color: Gamboge. HEX triplet: DD, A0 and 08. RGB value is (221,160,8). Sum of RGB (Red+Green+Blue) = 221+160+8=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA008 is #225FF7. Grayscale: #A1A1A1. Windows color (decimal): -2252792 or 565469. OLE color: 565469.
HSL color Cylindrical-coordinate representation of color #DDA008: hue angle of 42.82º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDA008 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.13 |
| HSL | 42.82º | 0.93% | 0.45% | - |
| HSV(B) | 42.82º | 0.96% | 0.87% | - |
| XYZ | 42.43 | 40.53 | 5.82 | - |
| YUV | 160.91 | 41.71 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 8 | 0 | 0.28 | 0.96 | 0.13 | 42.82 | 0.93 | 0.45 |
| Hex | DD | A0 | 8 | 0 | 1C | 60 | D | 2B | 5D | 2D |
| Octal | 335 | 240 | 10 | 0 | 34 | 140 | 15 | 53 | 135 | 55 |
| Binary | 11011101 | 10100000 | 1000 | 0 | 11100 | 1100000 | 1101 | 101011 | 1011101 | 101101 |
Color Harmonies of #DDA008
Complementary color
Monochromatic Colors of #DDA008
Black with #DDA008
Text Example
Text Example
White with #DDA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA008; }
p { color: rgb(221,160,8); }
H1.HeaderClassName
{
color: #DDA008;
}
.AnyTagClassName
{
color: #DDA008;
}
</style>
background-color css
<style>
a { background-color: #DDA008; }
a { background-color: rgb(221,160,8); }
div.DivClassName
{
background-color: #DDA008;
}
.BgClassName
{
background-color: #DDA008;
}
</style>
border-color css
<style>
span { border-color: #DDA008; }
span { border-color: rgb(221,160,8); }
td.TdClassName
{
border-color: #DDA008;
}
.TagClassName
{
border-color: #DDA008;
}
</style>