Shades of Gamboge #DD8712
Tints of Gamboge #DD8712
RGB
CMYK
RGB Variations
Color information
#DD8712 (or 0xDD8712) is known color: Gamboge. HEX triplet: DD, 87 and 12. RGB value is (221,135,18). Sum of RGB (Red+Green+Blue) = 221+135+18=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8712 is #2278ED. Grayscale: #939393. Windows color (decimal): -2259182 or 1214429. OLE color: 1214429.
HSL color Cylindrical-coordinate representation of color #DD8712: hue angle of 34.58º 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 #DD8712 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.13 |
| HSL | 34.58º | 0.85% | 0.47% | - |
| HSV(B) | 34.58º | 0.92% | 0.87% | - |
| XYZ | 38.59 | 32.74 | 4.86 | - |
| YUV | 147.38 | 54.99 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 18 | 0 | 0.39 | 0.92 | 0.13 | 34.58 | 0.85 | 0.47 |
| Hex | DD | 87 | 12 | 0 | 27 | 5C | D | 23 | 55 | 2F |
| Octal | 335 | 207 | 22 | 0 | 47 | 134 | 15 | 43 | 125 | 57 |
| Binary | 11011101 | 10000111 | 10010 | 0 | 100111 | 1011100 | 1101 | 100011 | 1010101 | 101111 |
Color Harmonies of #DD8712
Complementary color
Monochromatic Colors of #DD8712
Black with #DD8712
Text Example
Text Example
White with #DD8712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8712; }
p { color: rgb(221,135,18); }
H1.HeaderClassName
{
color: #DD8712;
}
.AnyTagClassName
{
color: #DD8712;
}
</style>
background-color css
<style>
a { background-color: #DD8712; }
a { background-color: rgb(221,135,18); }
div.DivClassName
{
background-color: #DD8712;
}
.BgClassName
{
background-color: #DD8712;
}
</style>
border-color css
<style>
span { border-color: #DD8712; }
span { border-color: rgb(221,135,18); }
td.TdClassName
{
border-color: #DD8712;
}
.TagClassName
{
border-color: #DD8712;
}
</style>