Shades of Gamboge #DDA903
Tints of Gamboge #DDA903
RGB
CMYK
RGB Variations
Color information
#DDA903 (or 0xDDA903) is known color: Gamboge. HEX triplet: DD, A9 and 03. RGB value is (221,169,3). Sum of RGB (Red+Green+Blue) = 221+169+3=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA903 is #2256FC. Grayscale: #A6A6A6. Windows color (decimal): -2250493 or 240093. OLE color: 240093.
HSL color Cylindrical-coordinate representation of color #DDA903: hue angle of 45.69º degrees, saturation: 0.97, 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 #DDA903 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.13 |
| HSL | 45.69º | 0.97% | 0.44% | - |
| HSV(B) | 45.69º | 0.99% | 0.87% | - |
| XYZ | 44.02 | 43.75 | 6.21 | - |
| YUV | 165.62 | 36.23 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 3 | 0 | 0.24 | 0.99 | 0.13 | 45.69 | 0.97 | 0.44 |
| Hex | DD | A9 | 3 | 0 | 18 | 63 | D | 2E | 61 | 2C |
| Octal | 335 | 251 | 3 | 0 | 30 | 143 | 15 | 56 | 141 | 54 |
| Binary | 11011101 | 10101001 | 11 | 0 | 11000 | 1100011 | 1101 | 101110 | 1100001 | 101100 |
Color Harmonies of #DDA903
Complementary color
Monochromatic Colors of #DDA903
Black with #DDA903
Text Example
Text Example
White with #DDA903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA903; }
p { color: rgb(221,169,3); }
H1.HeaderClassName
{
color: #DDA903;
}
.AnyTagClassName
{
color: #DDA903;
}
</style>
background-color css
<style>
a { background-color: #DDA903; }
a { background-color: rgb(221,169,3); }
div.DivClassName
{
background-color: #DDA903;
}
.BgClassName
{
background-color: #DDA903;
}
</style>
border-color css
<style>
span { border-color: #DDA903; }
span { border-color: rgb(221,169,3); }
td.TdClassName
{
border-color: #DDA903;
}
.TagClassName
{
border-color: #DDA903;
}
</style>