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