Shades of Gamboge #DDB003
Tints of Gamboge #DDB003
RGB
CMYK
RGB Variations
Color information
#DDB003 (or 0xDDB003) is known color: Gamboge. HEX triplet: DD, B0 and 03. RGB value is (221,176,3). Sum of RGB (Red+Green+Blue) = 221+176+3=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB003 is #224FFC. Grayscale: #AAAAAA. Windows color (decimal): -2248701 or 241885. OLE color: 241885.
HSL color Cylindrical-coordinate representation of color #DDB003: hue angle of 47.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDB003 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.13 |
| HSL | 47.61º | 0.97% | 0.44% | - |
| HSV(B) | 47.61º | 0.99% | 0.87% | - |
| XYZ | 45.36 | 46.43 | 6.66 | - |
| YUV | 169.73 | 33.91 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 3 | 0 | 0.20 | 0.99 | 0.13 | 47.61 | 0.97 | 0.44 |
| Hex | DD | B0 | 3 | 0 | 14 | 63 | D | 30 | 61 | 2C |
| Octal | 335 | 260 | 3 | 0 | 24 | 143 | 15 | 60 | 141 | 54 |
| Binary | 11011101 | 10110000 | 11 | 0 | 10100 | 1100011 | 1101 | 110000 | 1100001 | 101100 |
Color Harmonies of #DDB003
Complementary color
Monochromatic Colors of #DDB003
Black with #DDB003
Text Example
Text Example
White with #DDB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB003; }
p { color: rgb(221,176,3); }
H1.HeaderClassName
{
color: #DDB003;
}
.AnyTagClassName
{
color: #DDB003;
}
</style>
background-color css
<style>
a { background-color: #DDB003; }
a { background-color: rgb(221,176,3); }
div.DivClassName
{
background-color: #DDB003;
}
.BgClassName
{
background-color: #DDB003;
}
</style>
border-color css
<style>
span { border-color: #DDB003; }
span { border-color: rgb(221,176,3); }
td.TdClassName
{
border-color: #DDB003;
}
.TagClassName
{
border-color: #DDB003;
}
</style>