Shades of Gamboge #DDA800
Tints of Gamboge #DDA800
RGB
CMYK
RGB Variations
Color information
#DDA800 (or 0xDDA800) is known color: Gamboge. HEX triplet: DD, A8 and 00. RGB value is (221,168,0). Sum of RGB (Red+Green+Blue) = 221+168+0=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA800 is #2257FF. Grayscale: #A5A5A5. Windows color (decimal): -2250752 or 43229. OLE color: 43229.
HSL color Cylindrical-coordinate representation of color #DDA800: hue angle of 45.61º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDA800 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.13 |
| HSL | 45.61º | 1% | 0.43% | - |
| HSV(B) | 45.61º | 1% | 0.87% | - |
| XYZ | 43.82 | 43.38 | 6.06 | - |
| YUV | 164.7 | 35.06 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 0 | 0 | 0.24 | 1 | 0.13 | 45.61 | 1 | 0.43 |
| Hex | DD | A8 | 0 | 0 | 18 | 64 | D | 2E | 64 | 2B |
| Octal | 335 | 250 | 0 | 0 | 30 | 144 | 15 | 56 | 144 | 53 |
| Binary | 11011101 | 10101000 | 0 | 0 | 11000 | 1100100 | 1101 | 101110 | 1100100 | 101011 |
Color Harmonies of #DDA800
Complementary color
Monochromatic Colors of #DDA800
Black with #DDA800
Text Example
Text Example
White with #DDA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA800; }
p { color: rgb(221,168,0); }
H1.HeaderClassName
{
color: #DDA800;
}
.AnyTagClassName
{
color: #DDA800;
}
</style>
background-color css
<style>
a { background-color: #DDA800; }
a { background-color: rgb(221,168,0); }
div.DivClassName
{
background-color: #DDA800;
}
.BgClassName
{
background-color: #DDA800;
}
</style>
border-color css
<style>
span { border-color: #DDA800; }
span { border-color: rgb(221,168,0); }
td.TdClassName
{
border-color: #DDA800;
}
.TagClassName
{
border-color: #DDA800;
}
</style>