Shades of Gamboge #DDA705
Tints of Gamboge #DDA705
RGB
CMYK
RGB Variations
Color information
#DDA705 (or 0xDDA705) is known color: Gamboge. HEX triplet: DD, A7 and 05. RGB value is (221,167,5). Sum of RGB (Red+Green+Blue) = 221+167+5=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA705 is #2258FA. Grayscale: #A5A5A5. Windows color (decimal): -2251003 or 370653. OLE color: 370653.
HSL color Cylindrical-coordinate representation of color #DDA705: hue angle of 45º 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 #DDA705 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.13 |
| HSL | 45º | 0.96% | 0.44% | - |
| HSV(B) | 45º | 0.98% | 0.87% | - |
| XYZ | 43.66 | 43.02 | 6.15 | - |
| YUV | 164.68 | 37.89 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 5 | 0 | 0.24 | 0.98 | 0.13 | 45 | 0.96 | 0.44 |
| Hex | DD | A7 | 5 | 0 | 18 | 62 | D | 2D | 60 | 2C |
| Octal | 335 | 247 | 5 | 0 | 30 | 142 | 15 | 55 | 140 | 54 |
| Binary | 11011101 | 10100111 | 101 | 0 | 11000 | 1100010 | 1101 | 101101 | 1100000 | 101100 |
Color Harmonies of #DDA705
Complementary color
Monochromatic Colors of #DDA705
Black with #DDA705
Text Example
Text Example
White with #DDA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA705; }
p { color: rgb(221,167,5); }
H1.HeaderClassName
{
color: #DDA705;
}
.AnyTagClassName
{
color: #DDA705;
}
</style>
background-color css
<style>
a { background-color: #DDA705; }
a { background-color: rgb(221,167,5); }
div.DivClassName
{
background-color: #DDA705;
}
.BgClassName
{
background-color: #DDA705;
}
</style>
border-color css
<style>
span { border-color: #DDA705; }
span { border-color: rgb(221,167,5); }
td.TdClassName
{
border-color: #DDA705;
}
.TagClassName
{
border-color: #DDA705;
}
</style>