Shades of Gamboge #DDA001
Tints of Gamboge #DDA001
RGB
CMYK
RGB Variations
Color information
#DDA001 (or 0xDDA001) is known color: Gamboge. HEX triplet: DD, A0 and 01. RGB value is (221,160,1). Sum of RGB (Red+Green+Blue) = 221+160+1=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA001 is #225FFE. Grayscale: #A0A0A0. Windows color (decimal): -2252799 or 106717. OLE color: 106717.
HSL color Cylindrical-coordinate representation of color #DDA001: hue angle of 43.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDA001 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.13 |
| HSL | 43.36º | 0.99% | 0.44% | - |
| HSV(B) | 43.36º | 1% | 0.87% | - |
| XYZ | 42.4 | 40.52 | 5.61 | - |
| YUV | 160.11 | 38.21 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 1 | 0 | 0.28 | 1.00 | 0.13 | 43.36 | 0.99 | 0.44 |
| Hex | DD | A0 | 1 | 0 | 1C | 64 | D | 2B | 63 | 2C |
| Octal | 335 | 240 | 1 | 0 | 34 | 144 | 15 | 53 | 143 | 54 |
| Binary | 11011101 | 10100000 | 1 | 0 | 11100 | 1100100 | 1101 | 101011 | 1100011 | 101100 |
Color Harmonies of #DDA001
Complementary color
Monochromatic Colors of #DDA001
Black with #DDA001
Text Example
Text Example
White with #DDA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA001; }
p { color: rgb(221,160,1); }
H1.HeaderClassName
{
color: #DDA001;
}
.AnyTagClassName
{
color: #DDA001;
}
</style>
background-color css
<style>
a { background-color: #DDA001; }
a { background-color: rgb(221,160,1); }
div.DivClassName
{
background-color: #DDA001;
}
.BgClassName
{
background-color: #DDA001;
}
</style>
border-color css
<style>
span { border-color: #DDA001; }
span { border-color: rgb(221,160,1); }
td.TdClassName
{
border-color: #DDA001;
}
.TagClassName
{
border-color: #DDA001;
}
</style>