Shades of Gamboge #DD8B12
Tints of Gamboge #DD8B12
RGB
CMYK
RGB Variations
Color information
#DD8B12 (or 0xDD8B12) is known color: Gamboge. HEX triplet: DD, 8B and 12. RGB value is (221,139,18). Sum of RGB (Red+Green+Blue) = 221+139+18=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8B12 is #2274ED. Grayscale: #969696. Windows color (decimal): -2258158 or 1215453. OLE color: 1215453.
HSL color Cylindrical-coordinate representation of color #DD8B12: hue angle of 35.76º 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 #DD8B12 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 18 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.13 |
| HSL | 35.76º | 0.85% | 0.47% | - |
| HSV(B) | 35.76º | 0.92% | 0.87% | - |
| XYZ | 39.16 | 33.88 | 5.05 | - |
| YUV | 149.72 | 53.67 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 18 | 0 | 0.37 | 0.92 | 0.13 | 35.76 | 0.85 | 0.47 |
| Hex | DD | 8B | 12 | 0 | 25 | 5C | D | 24 | 55 | 2F |
| Octal | 335 | 213 | 22 | 0 | 45 | 134 | 15 | 44 | 125 | 57 |
| Binary | 11011101 | 10001011 | 10010 | 0 | 100101 | 1011100 | 1101 | 100100 | 1010101 | 101111 |
Color Harmonies of #DD8B12
Complementary color
Monochromatic Colors of #DD8B12
Black with #DD8B12
Text Example
Text Example
White with #DD8B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B12; }
p { color: rgb(221,139,18); }
H1.HeaderClassName
{
color: #DD8B12;
}
.AnyTagClassName
{
color: #DD8B12;
}
</style>
background-color css
<style>
a { background-color: #DD8B12; }
a { background-color: rgb(221,139,18); }
div.DivClassName
{
background-color: #DD8B12;
}
.BgClassName
{
background-color: #DD8B12;
}
</style>
border-color css
<style>
span { border-color: #DD8B12; }
span { border-color: rgb(221,139,18); }
td.TdClassName
{
border-color: #DD8B12;
}
.TagClassName
{
border-color: #DD8B12;
}
</style>