Shades of Gamboge #DDA907
Tints of Gamboge #DDA907
RGB
CMYK
RGB Variations
Color information
#DDA907 (or 0xDDA907) is known color: Gamboge. HEX triplet: DD, A9 and 07. RGB value is (221,169,7). Sum of RGB (Red+Green+Blue) = 221+169+7=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA907 is #2256F8. Grayscale: #A6A6A6. Windows color (decimal): -2250489 or 502237. OLE color: 502237.
HSL color Cylindrical-coordinate representation of color #DDA907: hue angle of 45.42º 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 #DDA907 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.13 |
| HSL | 45.42º | 0.94% | 0.45% | - |
| HSV(B) | 45.42º | 0.97% | 0.87% | - |
| XYZ | 44.05 | 43.76 | 6.33 | - |
| YUV | 166.08 | 38.23 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 7 | 0 | 0.24 | 0.97 | 0.13 | 45.42 | 0.94 | 0.45 |
| Hex | DD | A9 | 7 | 0 | 18 | 61 | D | 2D | 5E | 2D |
| Octal | 335 | 251 | 7 | 0 | 30 | 141 | 15 | 55 | 136 | 55 |
| Binary | 11011101 | 10101001 | 111 | 0 | 11000 | 1100001 | 1101 | 101101 | 1011110 | 101101 |
Color Harmonies of #DDA907
Complementary color
Monochromatic Colors of #DDA907
Black with #DDA907
Text Example
Text Example
White with #DDA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA907; }
p { color: rgb(221,169,7); }
H1.HeaderClassName
{
color: #DDA907;
}
.AnyTagClassName
{
color: #DDA907;
}
</style>
background-color css
<style>
a { background-color: #DDA907; }
a { background-color: rgb(221,169,7); }
div.DivClassName
{
background-color: #DDA907;
}
.BgClassName
{
background-color: #DDA907;
}
</style>
border-color css
<style>
span { border-color: #DDA907; }
span { border-color: rgb(221,169,7); }
td.TdClassName
{
border-color: #DDA907;
}
.TagClassName
{
border-color: #DDA907;
}
</style>