Shades of Gamboge #DD9C1A
Tints of Gamboge #DD9C1A
RGB
CMYK
RGB Variations
Color information
#DD9C1A (or 0xDD9C1A) is known color: Gamboge. HEX triplet: DD, 9C and 1A. RGB value is (221,156,26). Sum of RGB (Red+Green+Blue) = 221+156+26=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C1A is #2263E5. Grayscale: #A1A1A1. Windows color (decimal): -2253798 or 1744093. OLE color: 1744093.
HSL color Cylindrical-coordinate representation of color #DD9C1A: hue angle of 40º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD9C1A is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 26 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.13 |
| HSL | 40º | 0.79% | 0.48% | - |
| HSV(B) | 40º | 0.88% | 0.87% | - |
| XYZ | 41.89 | 39.22 | 6.34 | - |
| YUV | 160.62 | 52.03 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 26 | 0 | 0.29 | 0.88 | 0.13 | 40 | 0.79 | 0.48 |
| Hex | DD | 9C | 1A | 0 | 1D | 58 | D | 28 | 4F | 30 |
| Octal | 335 | 234 | 32 | 0 | 35 | 130 | 15 | 50 | 117 | 60 |
| Binary | 11011101 | 10011100 | 11010 | 0 | 11101 | 1011000 | 1101 | 101000 | 1001111 | 110000 |
Color Harmonies of #DD9C1A
Complementary color
Monochromatic Colors of #DD9C1A
Black with #DD9C1A
Text Example
Text Example
White with #DD9C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C1A; }
p { color: rgb(221,156,26); }
H1.HeaderClassName
{
color: #DD9C1A;
}
.AnyTagClassName
{
color: #DD9C1A;
}
</style>
background-color css
<style>
a { background-color: #DD9C1A; }
a { background-color: rgb(221,156,26); }
div.DivClassName
{
background-color: #DD9C1A;
}
.BgClassName
{
background-color: #DD9C1A;
}
</style>
border-color css
<style>
span { border-color: #DD9C1A; }
span { border-color: rgb(221,156,26); }
td.TdClassName
{
border-color: #DD9C1A;
}
.TagClassName
{
border-color: #DD9C1A;
}
</style>