Shades of Gamboge #DDA703
Tints of Gamboge #DDA703
RGB
CMYK
RGB Variations
Color information
#DDA703 (or 0xDDA703) is known color: Gamboge. HEX triplet: DD, A7 and 03. RGB value is (221,167,3). Sum of RGB (Red+Green+Blue) = 221+167+3=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA703 is #2258FC. Grayscale: #A5A5A5. Windows color (decimal): -2251005 or 239581. OLE color: 239581.
HSL color Cylindrical-coordinate representation of color #DDA703: hue angle of 45.14º 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 #DDA703 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.13 |
| HSL | 45.14º | 0.97% | 0.44% | - |
| HSV(B) | 45.14º | 0.99% | 0.87% | - |
| XYZ | 43.65 | 43.02 | 6.09 | - |
| YUV | 164.45 | 36.89 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 3 | 0 | 0.24 | 0.99 | 0.13 | 45.14 | 0.97 | 0.44 |
| Hex | DD | A7 | 3 | 0 | 18 | 63 | D | 2D | 61 | 2C |
| Octal | 335 | 247 | 3 | 0 | 30 | 143 | 15 | 55 | 141 | 54 |
| Binary | 11011101 | 10100111 | 11 | 0 | 11000 | 1100011 | 1101 | 101101 | 1100001 | 101100 |
Color Harmonies of #DDA703
Complementary color
Monochromatic Colors of #DDA703
Black with #DDA703
Text Example
Text Example
White with #DDA703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA703; }
p { color: rgb(221,167,3); }
H1.HeaderClassName
{
color: #DDA703;
}
.AnyTagClassName
{
color: #DDA703;
}
</style>
background-color css
<style>
a { background-color: #DDA703; }
a { background-color: rgb(221,167,3); }
div.DivClassName
{
background-color: #DDA703;
}
.BgClassName
{
background-color: #DDA703;
}
</style>
border-color css
<style>
span { border-color: #DDA703; }
span { border-color: rgb(221,167,3); }
td.TdClassName
{
border-color: #DDA703;
}
.TagClassName
{
border-color: #DDA703;
}
</style>