Shades of Gamboge #DDA10C
Tints of Gamboge #DDA10C
RGB
CMYK
RGB Variations
Color information
#DDA10C (or 0xDDA10C) is known color: Gamboge. HEX triplet: DD, A1 and 0C. RGB value is (221,161,12). Sum of RGB (Red+Green+Blue) = 221+161+12=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA10C is #225EF3. Grayscale: #A2A2A2. Windows color (decimal): -2252532 or 827869. OLE color: 827869.
HSL color Cylindrical-coordinate representation of color #DDA10C: hue angle of 42.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDA10C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.13 |
| HSL | 42.78º | 0.9% | 0.46% | - |
| HSV(B) | 42.78º | 0.95% | 0.87% | - |
| XYZ | 42.63 | 40.89 | 5.99 | - |
| YUV | 161.95 | 43.38 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 12 | 0 | 0.27 | 0.95 | 0.13 | 42.78 | 0.9 | 0.46 |
| Hex | DD | A1 | C | 0 | 1B | 5F | D | 2B | 5A | 2E |
| Octal | 335 | 241 | 14 | 0 | 33 | 137 | 15 | 53 | 132 | 56 |
| Binary | 11011101 | 10100001 | 1100 | 0 | 11011 | 1011111 | 1101 | 101011 | 1011010 | 101110 |
Color Harmonies of #DDA10C
Complementary color
Monochromatic Colors of #DDA10C
Black with #DDA10C
Text Example
Text Example
White with #DDA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA10C; }
p { color: rgb(221,161,12); }
H1.HeaderClassName
{
color: #DDA10C;
}
.AnyTagClassName
{
color: #DDA10C;
}
</style>
background-color css
<style>
a { background-color: #DDA10C; }
a { background-color: rgb(221,161,12); }
div.DivClassName
{
background-color: #DDA10C;
}
.BgClassName
{
background-color: #DDA10C;
}
</style>
border-color css
<style>
span { border-color: #DDA10C; }
span { border-color: rgb(221,161,12); }
td.TdClassName
{
border-color: #DDA10C;
}
.TagClassName
{
border-color: #DDA10C;
}
</style>