Shades of Gamboge #DDA90A
Tints of Gamboge #DDA90A
RGB
CMYK
RGB Variations
Color information
#DDA90A (or 0xDDA90A) is known color: Gamboge. HEX triplet: DD, A9 and 0A. RGB value is (221,169,10). Sum of RGB (Red+Green+Blue) = 221+169+10=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA90A is #2256F5. Grayscale: #A7A7A7. Windows color (decimal): -2250486 or 698845. OLE color: 698845.
HSL color Cylindrical-coordinate representation of color #DDA90A: hue angle of 45.21º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDA90A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.13 |
| HSL | 45.21º | 0.91% | 0.45% | - |
| HSV(B) | 45.21º | 0.95% | 0.87% | - |
| XYZ | 44.06 | 43.77 | 6.41 | - |
| YUV | 166.42 | 39.73 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 10 | 0 | 0.24 | 0.95 | 0.13 | 45.21 | 0.91 | 0.45 |
| Hex | DD | A9 | A | 0 | 18 | 5F | D | 2D | 5B | 2D |
| Octal | 335 | 251 | 12 | 0 | 30 | 137 | 15 | 55 | 133 | 55 |
| Binary | 11011101 | 10101001 | 1010 | 0 | 11000 | 1011111 | 1101 | 101101 | 1011011 | 101101 |
Color Harmonies of #DDA90A
Complementary color
Monochromatic Colors of #DDA90A
Black with #DDA90A
Text Example
Text Example
White with #DDA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA90A; }
p { color: rgb(221,169,10); }
H1.HeaderClassName
{
color: #DDA90A;
}
.AnyTagClassName
{
color: #DDA90A;
}
</style>
background-color css
<style>
a { background-color: #DDA90A; }
a { background-color: rgb(221,169,10); }
div.DivClassName
{
background-color: #DDA90A;
}
.BgClassName
{
background-color: #DDA90A;
}
</style>
border-color css
<style>
span { border-color: #DDA90A; }
span { border-color: rgb(221,169,10); }
td.TdClassName
{
border-color: #DDA90A;
}
.TagClassName
{
border-color: #DDA90A;
}
</style>