Shades of Gamboge #DDA813
Tints of Gamboge #DDA813
RGB
CMYK
RGB Variations
Color information
#DDA813 (or 0xDDA813) is known color: Gamboge. HEX triplet: DD, A8 and 13. RGB value is (221,168,19). Sum of RGB (Red+Green+Blue) = 221+168+19=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA813 is #2257EC. Grayscale: #A7A7A7. Windows color (decimal): -2250733 or 1288413. OLE color: 1288413.
HSL color Cylindrical-coordinate representation of color #DDA813: hue angle of 44.26º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDA813 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 19 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.13 |
| HSL | 44.26º | 0.84% | 0.47% | - |
| HSV(B) | 44.26º | 0.91% | 0.87% | - |
| XYZ | 43.94 | 43.42 | 6.68 | - |
| YUV | 166.86 | 44.56 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 19 | 0 | 0.24 | 0.91 | 0.13 | 44.26 | 0.84 | 0.47 |
| Hex | DD | A8 | 13 | 0 | 18 | 5B | D | 2C | 54 | 2F |
| Octal | 335 | 250 | 23 | 0 | 30 | 133 | 15 | 54 | 124 | 57 |
| Binary | 11011101 | 10101000 | 10011 | 0 | 11000 | 1011011 | 1101 | 101100 | 1010100 | 101111 |
Color Harmonies of #DDA813
Complementary color
Monochromatic Colors of #DDA813
Black with #DDA813
Text Example
Text Example
White with #DDA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA813; }
p { color: rgb(221,168,19); }
H1.HeaderClassName
{
color: #DDA813;
}
.AnyTagClassName
{
color: #DDA813;
}
</style>
background-color css
<style>
a { background-color: #DDA813; }
a { background-color: rgb(221,168,19); }
div.DivClassName
{
background-color: #DDA813;
}
.BgClassName
{
background-color: #DDA813;
}
</style>
border-color css
<style>
span { border-color: #DDA813; }
span { border-color: rgb(221,168,19); }
td.TdClassName
{
border-color: #DDA813;
}
.TagClassName
{
border-color: #DDA813;
}
</style>