Shades of Gamboge #DD9D1A
Tints of Gamboge #DD9D1A
RGB
CMYK
RGB Variations
Color information
#DD9D1A (or 0xDD9D1A) is known color: Gamboge. HEX triplet: DD, 9D and 1A. RGB value is (221,157,26). Sum of RGB (Red+Green+Blue) = 221+157+26=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9D1A is #2262E5. Grayscale: #A1A1A1. Windows color (decimal): -2253542 or 1744349. OLE color: 1744349.
HSL color Cylindrical-coordinate representation of color #DD9D1A: hue angle of 40.31º 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 #DD9D1A is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 26 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.13 |
| HSL | 40.31º | 0.79% | 0.48% | - |
| HSV(B) | 40.31º | 0.88% | 0.87% | - |
| XYZ | 42.06 | 39.56 | 6.4 | - |
| YUV | 161.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 26 | 0 | 0.29 | 0.88 | 0.13 | 40.31 | 0.79 | 0.48 |
| Hex | DD | 9D | 1A | 0 | 1D | 58 | D | 28 | 4F | 30 |
| Octal | 335 | 235 | 32 | 0 | 35 | 130 | 15 | 50 | 117 | 60 |
| Binary | 11011101 | 10011101 | 11010 | 0 | 11101 | 1011000 | 1101 | 101000 | 1001111 | 110000 |
Color Harmonies of #DD9D1A
Complementary color
Monochromatic Colors of #DD9D1A
Black with #DD9D1A
Text Example
Text Example
White with #DD9D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D1A; }
p { color: rgb(221,157,26); }
H1.HeaderClassName
{
color: #DD9D1A;
}
.AnyTagClassName
{
color: #DD9D1A;
}
</style>
background-color css
<style>
a { background-color: #DD9D1A; }
a { background-color: rgb(221,157,26); }
div.DivClassName
{
background-color: #DD9D1A;
}
.BgClassName
{
background-color: #DD9D1A;
}
</style>
border-color css
<style>
span { border-color: #DD9D1A; }
span { border-color: rgb(221,157,26); }
td.TdClassName
{
border-color: #DD9D1A;
}
.TagClassName
{
border-color: #DD9D1A;
}
</style>