Shades of Gamboge #DD8F12
Tints of Gamboge #DD8F12
RGB
CMYK
RGB Variations
Color information
#DD8F12 (or 0xDD8F12) is known color: Gamboge. HEX triplet: DD, 8F and 12. RGB value is (221,143,18). Sum of RGB (Red+Green+Blue) = 221+143+18=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F12 is #2270ED. Grayscale: #989898. Windows color (decimal): -2257134 or 1216477. OLE color: 1216477.
HSL color Cylindrical-coordinate representation of color #DD8F12: hue angle of 36.95º 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 #DD8F12 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 18 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.13 |
| HSL | 36.95º | 0.85% | 0.47% | - |
| HSV(B) | 36.95º | 0.92% | 0.87% | - |
| XYZ | 39.75 | 35.06 | 5.24 | - |
| YUV | 152.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 18 | 0 | 0.35 | 0.92 | 0.13 | 36.95 | 0.85 | 0.47 |
| Hex | DD | 8F | 12 | 0 | 23 | 5C | D | 25 | 55 | 2F |
| Octal | 335 | 217 | 22 | 0 | 43 | 134 | 15 | 45 | 125 | 57 |
| Binary | 11011101 | 10001111 | 10010 | 0 | 100011 | 1011100 | 1101 | 100101 | 1010101 | 101111 |
Color Harmonies of #DD8F12
Complementary color
Monochromatic Colors of #DD8F12
Black with #DD8F12
Text Example
Text Example
White with #DD8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F12; }
p { color: rgb(221,143,18); }
H1.HeaderClassName
{
color: #DD8F12;
}
.AnyTagClassName
{
color: #DD8F12;
}
</style>
background-color css
<style>
a { background-color: #DD8F12; }
a { background-color: rgb(221,143,18); }
div.DivClassName
{
background-color: #DD8F12;
}
.BgClassName
{
background-color: #DD8F12;
}
</style>
border-color css
<style>
span { border-color: #DD8F12; }
span { border-color: rgb(221,143,18); }
td.TdClassName
{
border-color: #DD8F12;
}
.TagClassName
{
border-color: #DD8F12;
}
</style>