Shades of Gamboge #DDB000
Tints of Gamboge #DDB000
RGB
CMYK
RGB Variations
Color information
#DDB000 (or 0xDDB000) is known color: Gamboge. HEX triplet: DD, B0 and 00. RGB value is (221,176,0). Sum of RGB (Red+Green+Blue) = 221+176+0=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB000 is #224FFF. Grayscale: #AAAAAA. Windows color (decimal): -2248704 or 45277. OLE color: 45277.
HSL color Cylindrical-coordinate representation of color #DDB000: hue angle of 47.78º 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 #DDB000 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.13 |
| HSL | 47.78º | 1% | 0.43% | - |
| HSV(B) | 47.78º | 1% | 0.87% | - |
| XYZ | 45.34 | 46.42 | 6.57 | - |
| YUV | 169.39 | 32.41 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 0 | 0 | 0.20 | 1 | 0.13 | 47.78 | 1 | 0.43 |
| Hex | DD | B0 | 0 | 0 | 14 | 64 | D | 30 | 64 | 2B |
| Octal | 335 | 260 | 0 | 0 | 24 | 144 | 15 | 60 | 144 | 53 |
| Binary | 11011101 | 10110000 | 0 | 0 | 10100 | 1100100 | 1101 | 110000 | 1100100 | 101011 |
Color Harmonies of #DDB000
Complementary color
Monochromatic Colors of #DDB000
Black with #DDB000
Text Example
Text Example
White with #DDB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB000; }
p { color: rgb(221,176,0); }
H1.HeaderClassName
{
color: #DDB000;
}
.AnyTagClassName
{
color: #DDB000;
}
</style>
background-color css
<style>
a { background-color: #DDB000; }
a { background-color: rgb(221,176,0); }
div.DivClassName
{
background-color: #DDB000;
}
.BgClassName
{
background-color: #DDB000;
}
</style>
border-color css
<style>
span { border-color: #DDB000; }
span { border-color: rgb(221,176,0); }
td.TdClassName
{
border-color: #DDB000;
}
.TagClassName
{
border-color: #DDB000;
}
</style>