Shades of Gamboge #DDAB08
Tints of Gamboge #DDAB08
RGB
CMYK
RGB Variations
Color information
#DDAB08 (or 0xDDAB08) is known color: Gamboge. HEX triplet: DD, AB and 08. RGB value is (221,171,8). Sum of RGB (Red+Green+Blue) = 221+171+8=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB08 is #2254F7. Grayscale: #A8A8A8. Windows color (decimal): -2249976 or 568285. OLE color: 568285.
HSL color Cylindrical-coordinate representation of color #DDAB08: hue angle of 45.92º 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 #DDAB08 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.13 |
| HSL | 45.92º | 0.93% | 0.45% | - |
| HSV(B) | 45.92º | 0.96% | 0.87% | - |
| XYZ | 44.43 | 44.52 | 6.48 | - |
| YUV | 167.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 8 | 0 | 0.23 | 0.96 | 0.13 | 45.92 | 0.93 | 0.45 |
| Hex | DD | AB | 8 | 0 | 17 | 60 | D | 2E | 5D | 2D |
| Octal | 335 | 253 | 10 | 0 | 27 | 140 | 15 | 56 | 135 | 55 |
| Binary | 11011101 | 10101011 | 1000 | 0 | 10111 | 1100000 | 1101 | 101110 | 1011101 | 101101 |
Color Harmonies of #DDAB08
Complementary color
Monochromatic Colors of #DDAB08
Black with #DDAB08
Text Example
Text Example
White with #DDAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB08; }
p { color: rgb(221,171,8); }
H1.HeaderClassName
{
color: #DDAB08;
}
.AnyTagClassName
{
color: #DDAB08;
}
</style>
background-color css
<style>
a { background-color: #DDAB08; }
a { background-color: rgb(221,171,8); }
div.DivClassName
{
background-color: #DDAB08;
}
.BgClassName
{
background-color: #DDAB08;
}
</style>
border-color css
<style>
span { border-color: #DDAB08; }
span { border-color: rgb(221,171,8); }
td.TdClassName
{
border-color: #DDAB08;
}
.TagClassName
{
border-color: #DDAB08;
}
</style>