Shades of Gamboge #DDA208
Tints of Gamboge #DDA208
RGB
CMYK
RGB Variations
Color information
#DDA208 (or 0xDDA208) is known color: Gamboge. HEX triplet: DD, A2 and 08. RGB value is (221,162,8). Sum of RGB (Red+Green+Blue) = 221+162+8=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA208 is #225DF7. Grayscale: #A2A2A2. Windows color (decimal): -2252280 or 565981. OLE color: 565981.
HSL color Cylindrical-coordinate representation of color #DDA208: hue angle of 43.38º 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 #DDA208 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.13 |
| HSL | 43.38º | 0.93% | 0.45% | - |
| HSV(B) | 43.38º | 0.96% | 0.87% | - |
| XYZ | 42.78 | 41.23 | 5.93 | - |
| YUV | 162.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 8 | 0 | 0.27 | 0.96 | 0.13 | 43.38 | 0.93 | 0.45 |
| Hex | DD | A2 | 8 | 0 | 1B | 60 | D | 2B | 5D | 2D |
| Octal | 335 | 242 | 10 | 0 | 33 | 140 | 15 | 53 | 135 | 55 |
| Binary | 11011101 | 10100010 | 1000 | 0 | 11011 | 1100000 | 1101 | 101011 | 1011101 | 101101 |
Color Harmonies of #DDA208
Complementary color
Monochromatic Colors of #DDA208
Black with #DDA208
Text Example
Text Example
White with #DDA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA208; }
p { color: rgb(221,162,8); }
H1.HeaderClassName
{
color: #DDA208;
}
.AnyTagClassName
{
color: #DDA208;
}
</style>
background-color css
<style>
a { background-color: #DDA208; }
a { background-color: rgb(221,162,8); }
div.DivClassName
{
background-color: #DDA208;
}
.BgClassName
{
background-color: #DDA208;
}
</style>
border-color css
<style>
span { border-color: #DDA208; }
span { border-color: rgb(221,162,8); }
td.TdClassName
{
border-color: #DDA208;
}
.TagClassName
{
border-color: #DDA208;
}
</style>