Shades of Gamboge #DDA908
Tints of Gamboge #DDA908
RGB
CMYK
RGB Variations
Color information
#DDA908 (or 0xDDA908) is known color: Gamboge. HEX triplet: DD, A9 and 08. RGB value is (221,169,8). Sum of RGB (Red+Green+Blue) = 221+169+8=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA908 is #2256F7. Grayscale: #A6A6A6. Windows color (decimal): -2250488 or 567773. OLE color: 567773.
HSL color Cylindrical-coordinate representation of color #DDA908: hue angle of 45.35º 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 #DDA908 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.13 |
| HSL | 45.35º | 0.93% | 0.45% | - |
| HSV(B) | 45.35º | 0.96% | 0.87% | - |
| XYZ | 44.05 | 43.77 | 6.36 | - |
| YUV | 166.19 | 38.73 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 8 | 0 | 0.24 | 0.96 | 0.13 | 45.35 | 0.93 | 0.45 |
| Hex | DD | A9 | 8 | 0 | 18 | 60 | D | 2D | 5D | 2D |
| Octal | 335 | 251 | 10 | 0 | 30 | 140 | 15 | 55 | 135 | 55 |
| Binary | 11011101 | 10101001 | 1000 | 0 | 11000 | 1100000 | 1101 | 101101 | 1011101 | 101101 |
Color Harmonies of #DDA908
Complementary color
Monochromatic Colors of #DDA908
Black with #DDA908
Text Example
Text Example
White with #DDA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA908; }
p { color: rgb(221,169,8); }
H1.HeaderClassName
{
color: #DDA908;
}
.AnyTagClassName
{
color: #DDA908;
}
</style>
background-color css
<style>
a { background-color: #DDA908; }
a { background-color: rgb(221,169,8); }
div.DivClassName
{
background-color: #DDA908;
}
.BgClassName
{
background-color: #DDA908;
}
</style>
border-color css
<style>
span { border-color: #DDA908; }
span { border-color: rgb(221,169,8); }
td.TdClassName
{
border-color: #DDA908;
}
.TagClassName
{
border-color: #DDA908;
}
</style>