Shades of Gamboge #DDA108
Tints of Gamboge #DDA108
RGB
CMYK
RGB Variations
Color information
#DDA108 (or 0xDDA108) is known color: Gamboge. HEX triplet: DD, A1 and 08. RGB value is (221,161,8). Sum of RGB (Red+Green+Blue) = 221+161+8=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA108 is #225EF7. Grayscale: #A2A2A2. Windows color (decimal): -2252536 or 565725. OLE color: 565725.
HSL color Cylindrical-coordinate representation of color #DDA108: hue angle of 43.1º 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 #DDA108 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.13 |
| HSL | 43.1º | 0.93% | 0.45% | - |
| HSV(B) | 43.1º | 0.96% | 0.87% | - |
| XYZ | 42.61 | 40.88 | 5.87 | - |
| YUV | 161.5 | 41.38 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 8 | 0 | 0.27 | 0.96 | 0.13 | 43.1 | 0.93 | 0.45 |
| Hex | DD | A1 | 8 | 0 | 1B | 60 | D | 2B | 5D | 2D |
| Octal | 335 | 241 | 10 | 0 | 33 | 140 | 15 | 53 | 135 | 55 |
| Binary | 11011101 | 10100001 | 1000 | 0 | 11011 | 1100000 | 1101 | 101011 | 1011101 | 101101 |
Color Harmonies of #DDA108
Complementary color
Monochromatic Colors of #DDA108
Black with #DDA108
Text Example
Text Example
White with #DDA108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA108; }
p { color: rgb(221,161,8); }
H1.HeaderClassName
{
color: #DDA108;
}
.AnyTagClassName
{
color: #DDA108;
}
</style>
background-color css
<style>
a { background-color: #DDA108; }
a { background-color: rgb(221,161,8); }
div.DivClassName
{
background-color: #DDA108;
}
.BgClassName
{
background-color: #DDA108;
}
</style>
border-color css
<style>
span { border-color: #DDA108; }
span { border-color: rgb(221,161,8); }
td.TdClassName
{
border-color: #DDA108;
}
.TagClassName
{
border-color: #DDA108;
}
</style>