Shades of Gamboge #DDA905
Tints of Gamboge #DDA905
RGB
CMYK
RGB Variations
Color information
#DDA905 (or 0xDDA905) is known color: Gamboge. HEX triplet: DD, A9 and 05. RGB value is (221,169,5). Sum of RGB (Red+Green+Blue) = 221+169+5=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA905 is #2256FA. Grayscale: #A6A6A6. Windows color (decimal): -2250491 or 371165. OLE color: 371165.
HSL color Cylindrical-coordinate representation of color #DDA905: hue angle of 45.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDA905 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.13 |
| HSL | 45.56º | 0.96% | 0.44% | - |
| HSV(B) | 45.56º | 0.98% | 0.87% | - |
| XYZ | 44.03 | 43.76 | 6.27 | - |
| YUV | 165.85 | 37.23 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 5 | 0 | 0.24 | 0.98 | 0.13 | 45.56 | 0.96 | 0.44 |
| Hex | DD | A9 | 5 | 0 | 18 | 62 | D | 2E | 60 | 2C |
| Octal | 335 | 251 | 5 | 0 | 30 | 142 | 15 | 56 | 140 | 54 |
| Binary | 11011101 | 10101001 | 101 | 0 | 11000 | 1100010 | 1101 | 101110 | 1100000 | 101100 |
Color Harmonies of #DDA905
Complementary color
Monochromatic Colors of #DDA905
Black with #DDA905
Text Example
Text Example
White with #DDA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA905; }
p { color: rgb(221,169,5); }
H1.HeaderClassName
{
color: #DDA905;
}
.AnyTagClassName
{
color: #DDA905;
}
</style>
background-color css
<style>
a { background-color: #DDA905; }
a { background-color: rgb(221,169,5); }
div.DivClassName
{
background-color: #DDA905;
}
.BgClassName
{
background-color: #DDA905;
}
</style>
border-color css
<style>
span { border-color: #DDA905; }
span { border-color: rgb(221,169,5); }
td.TdClassName
{
border-color: #DDA905;
}
.TagClassName
{
border-color: #DDA905;
}
</style>