Shades of Gamboge #DDA300
Tints of Gamboge #DDA300
RGB
CMYK
RGB Variations
Color information
#DDA300 (or 0xDDA300) is known color: Gamboge. HEX triplet: DD, A3 and 00. RGB value is (221,163,0). Sum of RGB (Red+Green+Blue) = 221+163+0=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA300 is #225CFF. Grayscale: #A2A2A2. Windows color (decimal): -2252032 or 41949. OLE color: 41949.
HSL color Cylindrical-coordinate representation of color #DDA300: hue angle of 44.25º 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 #DDA300 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.13 |
| HSL | 44.25º | 1% | 0.43% | - |
| HSV(B) | 44.25º | 1% | 0.87% | - |
| XYZ | 42.92 | 41.57 | 5.76 | - |
| YUV | 161.76 | 36.72 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 0 | 0 | 0.26 | 1 | 0.13 | 44.25 | 1 | 0.43 |
| Hex | DD | A3 | 0 | 0 | 1A | 64 | D | 2C | 64 | 2B |
| Octal | 335 | 243 | 0 | 0 | 32 | 144 | 15 | 54 | 144 | 53 |
| Binary | 11011101 | 10100011 | 0 | 0 | 11010 | 1100100 | 1101 | 101100 | 1100100 | 101011 |
Color Harmonies of #DDA300
Complementary color
Monochromatic Colors of #DDA300
Black with #DDA300
Text Example
Text Example
White with #DDA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA300; }
p { color: rgb(221,163,0); }
H1.HeaderClassName
{
color: #DDA300;
}
.AnyTagClassName
{
color: #DDA300;
}
</style>
background-color css
<style>
a { background-color: #DDA300; }
a { background-color: rgb(221,163,0); }
div.DivClassName
{
background-color: #DDA300;
}
.BgClassName
{
background-color: #DDA300;
}
</style>
border-color css
<style>
span { border-color: #DDA300; }
span { border-color: rgb(221,163,0); }
td.TdClassName
{
border-color: #DDA300;
}
.TagClassName
{
border-color: #DDA300;
}
</style>