Shades of Gamboge #DDA308
Tints of Gamboge #DDA308
RGB
CMYK
RGB Variations
Color information
#DDA308 (or 0xDDA308) is known color: Gamboge. HEX triplet: DD, A3 and 08. RGB value is (221,163,8). Sum of RGB (Red+Green+Blue) = 221+163+8=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA308 is #225CF7. Grayscale: #A3A3A3. Windows color (decimal): -2252024 or 566237. OLE color: 566237.
HSL color Cylindrical-coordinate representation of color #DDA308: hue angle of 43.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDA308 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.13 |
| HSL | 43.66º | 0.93% | 0.45% | - |
| HSV(B) | 43.66º | 0.96% | 0.87% | - |
| XYZ | 42.96 | 41.58 | 5.99 | - |
| YUV | 162.67 | 40.72 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 8 | 0 | 0.26 | 0.96 | 0.13 | 43.66 | 0.93 | 0.45 |
| Hex | DD | A3 | 8 | 0 | 1A | 60 | D | 2C | 5D | 2D |
| Octal | 335 | 243 | 10 | 0 | 32 | 140 | 15 | 54 | 135 | 55 |
| Binary | 11011101 | 10100011 | 1000 | 0 | 11010 | 1100000 | 1101 | 101100 | 1011101 | 101101 |
Color Harmonies of #DDA308
Complementary color
Monochromatic Colors of #DDA308
Black with #DDA308
Text Example
Text Example
White with #DDA308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA308; }
p { color: rgb(221,163,8); }
H1.HeaderClassName
{
color: #DDA308;
}
.AnyTagClassName
{
color: #DDA308;
}
</style>
background-color css
<style>
a { background-color: #DDA308; }
a { background-color: rgb(221,163,8); }
div.DivClassName
{
background-color: #DDA308;
}
.BgClassName
{
background-color: #DDA308;
}
</style>
border-color css
<style>
span { border-color: #DDA308; }
span { border-color: rgb(221,163,8); }
td.TdClassName
{
border-color: #DDA308;
}
.TagClassName
{
border-color: #DDA308;
}
</style>