Shades of Gamboge #DDA707
Tints of Gamboge #DDA707
RGB
CMYK
RGB Variations
Color information
#DDA707 (or 0xDDA707) is known color: Gamboge. HEX triplet: DD, A7 and 07. RGB value is (221,167,7). Sum of RGB (Red+Green+Blue) = 221+167+7=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA707 is #2258F8. Grayscale: #A5A5A5. Windows color (decimal): -2251001 or 501725. OLE color: 501725.
HSL color Cylindrical-coordinate representation of color #DDA707: hue angle of 44.86º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDA707 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.13 |
| HSL | 44.86º | 0.94% | 0.45% | - |
| HSV(B) | 44.86º | 0.97% | 0.87% | - |
| XYZ | 43.68 | 43.02 | 6.2 | - |
| YUV | 164.91 | 38.89 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 7 | 0 | 0.24 | 0.97 | 0.13 | 44.86 | 0.94 | 0.45 |
| Hex | DD | A7 | 7 | 0 | 18 | 61 | D | 2D | 5E | 2D |
| Octal | 335 | 247 | 7 | 0 | 30 | 141 | 15 | 55 | 136 | 55 |
| Binary | 11011101 | 10100111 | 111 | 0 | 11000 | 1100001 | 1101 | 101101 | 1011110 | 101101 |
Color Harmonies of #DDA707
Complementary color
Monochromatic Colors of #DDA707
Black with #DDA707
Text Example
Text Example
White with #DDA707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA707; }
p { color: rgb(221,167,7); }
H1.HeaderClassName
{
color: #DDA707;
}
.AnyTagClassName
{
color: #DDA707;
}
</style>
background-color css
<style>
a { background-color: #DDA707; }
a { background-color: rgb(221,167,7); }
div.DivClassName
{
background-color: #DDA707;
}
.BgClassName
{
background-color: #DDA707;
}
</style>
border-color css
<style>
span { border-color: #DDA707; }
span { border-color: rgb(221,167,7); }
td.TdClassName
{
border-color: #DDA707;
}
.TagClassName
{
border-color: #DDA707;
}
</style>