Shades of Gamboge #DDA805
Tints of Gamboge #DDA805
RGB
CMYK
RGB Variations
Color information
#DDA805 (or 0xDDA805) is known color: Gamboge. HEX triplet: DD, A8 and 05. RGB value is (221,168,5). Sum of RGB (Red+Green+Blue) = 221+168+5=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA805 is #2257FA. Grayscale: #A5A5A5. Windows color (decimal): -2250747 or 370909. OLE color: 370909.
HSL color Cylindrical-coordinate representation of color #DDA805: hue angle of 45.28º 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 #DDA805 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.13 |
| HSL | 45.28º | 0.96% | 0.44% | - |
| HSV(B) | 45.28º | 0.98% | 0.87% | - |
| XYZ | 43.85 | 43.39 | 6.21 | - |
| YUV | 165.27 | 37.56 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 5 | 0 | 0.24 | 0.98 | 0.13 | 45.28 | 0.96 | 0.44 |
| Hex | DD | A8 | 5 | 0 | 18 | 62 | D | 2D | 60 | 2C |
| Octal | 335 | 250 | 5 | 0 | 30 | 142 | 15 | 55 | 140 | 54 |
| Binary | 11011101 | 10101000 | 101 | 0 | 11000 | 1100010 | 1101 | 101101 | 1100000 | 101100 |
Color Harmonies of #DDA805
Complementary color
Monochromatic Colors of #DDA805
Black with #DDA805
Text Example
Text Example
White with #DDA805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA805; }
p { color: rgb(221,168,5); }
H1.HeaderClassName
{
color: #DDA805;
}
.AnyTagClassName
{
color: #DDA805;
}
</style>
background-color css
<style>
a { background-color: #DDA805; }
a { background-color: rgb(221,168,5); }
div.DivClassName
{
background-color: #DDA805;
}
.BgClassName
{
background-color: #DDA805;
}
</style>
border-color css
<style>
span { border-color: #DDA805; }
span { border-color: rgb(221,168,5); }
td.TdClassName
{
border-color: #DDA805;
}
.TagClassName
{
border-color: #DDA805;
}
</style>