Shades of Gamboge #DDA312
Tints of Gamboge #DDA312
RGB
CMYK
RGB Variations
Color information
#DDA312 (or 0xDDA312) is known color: Gamboge. HEX triplet: DD, A3 and 12. RGB value is (221,163,18). Sum of RGB (Red+Green+Blue) = 221+163+18=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA312 is #225CED. Grayscale: #A4A4A4. Windows color (decimal): -2252014 or 1221597. OLE color: 1221597.
HSL color Cylindrical-coordinate representation of color #DDA312: hue angle of 42.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDA312 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 18 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.13 |
| HSL | 42.86º | 0.85% | 0.47% | - |
| HSV(B) | 42.86º | 0.92% | 0.87% | - |
| XYZ | 43.03 | 41.61 | 6.34 | - |
| YUV | 163.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 18 | 0 | 0.26 | 0.92 | 0.13 | 42.86 | 0.85 | 0.47 |
| Hex | DD | A3 | 12 | 0 | 1A | 5C | D | 2B | 55 | 2F |
| Octal | 335 | 243 | 22 | 0 | 32 | 134 | 15 | 53 | 125 | 57 |
| Binary | 11011101 | 10100011 | 10010 | 0 | 11010 | 1011100 | 1101 | 101011 | 1010101 | 101111 |
Color Harmonies of #DDA312
Complementary color
Monochromatic Colors of #DDA312
Black with #DDA312
Text Example
Text Example
White with #DDA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA312; }
p { color: rgb(221,163,18); }
H1.HeaderClassName
{
color: #DDA312;
}
.AnyTagClassName
{
color: #DDA312;
}
</style>
background-color css
<style>
a { background-color: #DDA312; }
a { background-color: rgb(221,163,18); }
div.DivClassName
{
background-color: #DDA312;
}
.BgClassName
{
background-color: #DDA312;
}
</style>
border-color css
<style>
span { border-color: #DDA312; }
span { border-color: rgb(221,163,18); }
td.TdClassName
{
border-color: #DDA312;
}
.TagClassName
{
border-color: #DDA312;
}
</style>