Shades of Gamboge #DDAB03
Tints of Gamboge #DDAB03
RGB
CMYK
RGB Variations
Color information
#DDAB03 (or 0xDDAB03) is known color: Gamboge. HEX triplet: DD, AB and 03. RGB value is (221,171,3). Sum of RGB (Red+Green+Blue) = 221+171+3=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB03 is #2254FC. Grayscale: #A7A7A7. Windows color (decimal): -2249981 or 240605. OLE color: 240605.
HSL color Cylindrical-coordinate representation of color #DDAB03: hue angle of 46.24º 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 #DDAB03 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.13 |
| HSL | 46.24º | 0.97% | 0.44% | - |
| HSV(B) | 46.24º | 0.99% | 0.87% | - |
| XYZ | 44.4 | 44.5 | 6.34 | - |
| YUV | 166.8 | 35.57 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 3 | 0 | 0.23 | 0.99 | 0.13 | 46.24 | 0.97 | 0.44 |
| Hex | DD | AB | 3 | 0 | 17 | 63 | D | 2E | 61 | 2C |
| Octal | 335 | 253 | 3 | 0 | 27 | 143 | 15 | 56 | 141 | 54 |
| Binary | 11011101 | 10101011 | 11 | 0 | 10111 | 1100011 | 1101 | 101110 | 1100001 | 101100 |
Color Harmonies of #DDAB03
Complementary color
Monochromatic Colors of #DDAB03
Black with #DDAB03
Text Example
Text Example
White with #DDAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB03; }
p { color: rgb(221,171,3); }
H1.HeaderClassName
{
color: #DDAB03;
}
.AnyTagClassName
{
color: #DDAB03;
}
</style>
background-color css
<style>
a { background-color: #DDAB03; }
a { background-color: rgb(221,171,3); }
div.DivClassName
{
background-color: #DDAB03;
}
.BgClassName
{
background-color: #DDAB03;
}
</style>
border-color css
<style>
span { border-color: #DDAB03; }
span { border-color: rgb(221,171,3); }
td.TdClassName
{
border-color: #DDAB03;
}
.TagClassName
{
border-color: #DDAB03;
}
</style>