Shades of Gamboge #DDA902
Tints of Gamboge #DDA902
RGB
CMYK
RGB Variations
Color information
#DDA902 (or 0xDDA902) is known color: Gamboge. HEX triplet: DD, A9 and 02. RGB value is (221,169,2). Sum of RGB (Red+Green+Blue) = 221+169+2=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA902 is #2256FD. Grayscale: #A6A6A6. Windows color (decimal): -2250494 or 174557. OLE color: 174557.
HSL color Cylindrical-coordinate representation of color #DDA902: hue angle of 45.75º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDA902 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.13 |
| HSL | 45.75º | 0.98% | 0.44% | - |
| HSV(B) | 45.75º | 0.99% | 0.87% | - |
| XYZ | 44.02 | 43.75 | 6.18 | - |
| YUV | 165.51 | 35.73 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 2 | 0 | 0.24 | 0.99 | 0.13 | 45.75 | 0.98 | 0.44 |
| Hex | DD | A9 | 2 | 0 | 18 | 63 | D | 2E | 62 | 2C |
| Octal | 335 | 251 | 2 | 0 | 30 | 143 | 15 | 56 | 142 | 54 |
| Binary | 11011101 | 10101001 | 10 | 0 | 11000 | 1100011 | 1101 | 101110 | 1100010 | 101100 |
Color Harmonies of #DDA902
Complementary color
Monochromatic Colors of #DDA902
Black with #DDA902
Text Example
Text Example
White with #DDA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA902; }
p { color: rgb(221,169,2); }
H1.HeaderClassName
{
color: #DDA902;
}
.AnyTagClassName
{
color: #DDA902;
}
</style>
background-color css
<style>
a { background-color: #DDA902; }
a { background-color: rgb(221,169,2); }
div.DivClassName
{
background-color: #DDA902;
}
.BgClassName
{
background-color: #DDA902;
}
</style>
border-color css
<style>
span { border-color: #DDA902; }
span { border-color: rgb(221,169,2); }
td.TdClassName
{
border-color: #DDA902;
}
.TagClassName
{
border-color: #DDA902;
}
</style>