Shades of Gamboge #DDA60F
Tints of Gamboge #DDA60F
RGB
CMYK
RGB Variations
Color information
#DDA60F (or 0xDDA60F) is known color: Gamboge. HEX triplet: DD, A6 and 0F. RGB value is (221,166,15). Sum of RGB (Red+Green+Blue) = 221+166+15=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA60F is #2259F0. Grayscale: #A5A5A5. Windows color (decimal): -2251249 or 1025757. OLE color: 1025757.
HSL color Cylindrical-coordinate representation of color #DDA60F: hue angle of 43.98º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDA60F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 15 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.13 |
| HSL | 43.98º | 0.87% | 0.46% | - |
| HSV(B) | 43.98º | 0.93% | 0.87% | - |
| XYZ | 43.54 | 42.68 | 6.39 | - |
| YUV | 165.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 15 | 0 | 0.25 | 0.93 | 0.13 | 43.98 | 0.87 | 0.46 |
| Hex | DD | A6 | F | 0 | 19 | 5D | D | 2C | 57 | 2E |
| Octal | 335 | 246 | 17 | 0 | 31 | 135 | 15 | 54 | 127 | 56 |
| Binary | 11011101 | 10100110 | 1111 | 0 | 11001 | 1011101 | 1101 | 101100 | 1010111 | 101110 |
Color Harmonies of #DDA60F
Complementary color
Monochromatic Colors of #DDA60F
Black with #DDA60F
Text Example
Text Example
White with #DDA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA60F; }
p { color: rgb(221,166,15); }
H1.HeaderClassName
{
color: #DDA60F;
}
.AnyTagClassName
{
color: #DDA60F;
}
</style>
background-color css
<style>
a { background-color: #DDA60F; }
a { background-color: rgb(221,166,15); }
div.DivClassName
{
background-color: #DDA60F;
}
.BgClassName
{
background-color: #DDA60F;
}
</style>
border-color css
<style>
span { border-color: #DDA60F; }
span { border-color: rgb(221,166,15); }
td.TdClassName
{
border-color: #DDA60F;
}
.TagClassName
{
border-color: #DDA60F;
}
</style>