Shades of Gamboge #DD9A1A
Tints of Gamboge #DD9A1A
RGB
CMYK
RGB Variations
Color information
#DD9A1A (or 0xDD9A1A) is known color: Gamboge. HEX triplet: DD, 9A and 1A. RGB value is (221,154,26). Sum of RGB (Red+Green+Blue) = 221+154+26=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A1A is #2265E5. Grayscale: #A0A0A0. Windows color (decimal): -2254310 or 1743581. OLE color: 1743581.
HSL color Cylindrical-coordinate representation of color #DD9A1A: hue angle of 39.38º 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 #DD9A1A is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 26 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.13 |
| HSL | 39.38º | 0.79% | 0.48% | - |
| HSV(B) | 39.38º | 0.88% | 0.87% | - |
| XYZ | 41.56 | 38.56 | 6.23 | - |
| YUV | 159.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 26 | 0 | 0.30 | 0.88 | 0.13 | 39.38 | 0.79 | 0.48 |
| Hex | DD | 9A | 1A | 0 | 1E | 58 | D | 27 | 4F | 30 |
| Octal | 335 | 232 | 32 | 0 | 36 | 130 | 15 | 47 | 117 | 60 |
| Binary | 11011101 | 10011010 | 11010 | 0 | 11110 | 1011000 | 1101 | 100111 | 1001111 | 110000 |
Color Harmonies of #DD9A1A
Complementary color
Monochromatic Colors of #DD9A1A
Black with #DD9A1A
Text Example
Text Example
White with #DD9A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A1A; }
p { color: rgb(221,154,26); }
H1.HeaderClassName
{
color: #DD9A1A;
}
.AnyTagClassName
{
color: #DD9A1A;
}
</style>
background-color css
<style>
a { background-color: #DD9A1A; }
a { background-color: rgb(221,154,26); }
div.DivClassName
{
background-color: #DD9A1A;
}
.BgClassName
{
background-color: #DD9A1A;
}
</style>
border-color css
<style>
span { border-color: #DD9A1A; }
span { border-color: rgb(221,154,26); }
td.TdClassName
{
border-color: #DD9A1A;
}
.TagClassName
{
border-color: #DD9A1A;
}
</style>