Shades of Gamboge #DDA50B
Tints of Gamboge #DDA50B
RGB
CMYK
RGB Variations
Color information
#DDA50B (or 0xDDA50B) is known color: Gamboge. HEX triplet: DD, A5 and 0B. RGB value is (221,165,11). Sum of RGB (Red+Green+Blue) = 221+165+11=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA50B is #225AF4. Grayscale: #A4A4A4. Windows color (decimal): -2251509 or 763357. OLE color: 763357.
HSL color Cylindrical-coordinate representation of color #DDA50B: hue angle of 44º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDA50B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.13 |
| HSL | 44º | 0.91% | 0.45% | - |
| HSV(B) | 44º | 0.95% | 0.87% | - |
| XYZ | 43.33 | 42.31 | 6.2 | - |
| YUV | 164.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 11 | 0 | 0.25 | 0.95 | 0.13 | 44 | 0.91 | 0.45 |
| Hex | DD | A5 | B | 0 | 19 | 5F | D | 2C | 5B | 2D |
| Octal | 335 | 245 | 13 | 0 | 31 | 137 | 15 | 54 | 133 | 55 |
| Binary | 11011101 | 10100101 | 1011 | 0 | 11001 | 1011111 | 1101 | 101100 | 1011011 | 101101 |
Color Harmonies of #DDA50B
Complementary color
Monochromatic Colors of #DDA50B
Black with #DDA50B
Text Example
Text Example
White with #DDA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA50B; }
p { color: rgb(221,165,11); }
H1.HeaderClassName
{
color: #DDA50B;
}
.AnyTagClassName
{
color: #DDA50B;
}
</style>
background-color css
<style>
a { background-color: #DDA50B; }
a { background-color: rgb(221,165,11); }
div.DivClassName
{
background-color: #DDA50B;
}
.BgClassName
{
background-color: #DDA50B;
}
</style>
border-color css
<style>
span { border-color: #DDA50B; }
span { border-color: rgb(221,165,11); }
td.TdClassName
{
border-color: #DDA50B;
}
.TagClassName
{
border-color: #DDA50B;
}
</style>