Shades of Gamboge #DD8A03
Tints of Gamboge #DD8A03
RGB
CMYK
RGB Variations
Color information
#DD8A03 (or 0xDD8A03) is known color: Gamboge. HEX triplet: DD, 8A and 03. RGB value is (221,138,3). Sum of RGB (Red+Green+Blue) = 221+138+3=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A03 is #2275FC. Grayscale: #949494. Windows color (decimal): -2258429 or 232157. OLE color: 232157.
HSL color Cylindrical-coordinate representation of color #DD8A03: hue angle of 37.16º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD8A03 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.13 |
| HSL | 37.16º | 0.97% | 0.44% | - |
| HSV(B) | 37.16º | 0.99% | 0.87% | - |
| XYZ | 38.92 | 33.56 | 4.51 | - |
| YUV | 147.43 | 46.5 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 3 | 0 | 0.38 | 0.99 | 0.13 | 37.16 | 0.97 | 0.44 |
| Hex | DD | 8A | 3 | 0 | 26 | 63 | D | 25 | 61 | 2C |
| Octal | 335 | 212 | 3 | 0 | 46 | 143 | 15 | 45 | 141 | 54 |
| Binary | 11011101 | 10001010 | 11 | 0 | 100110 | 1100011 | 1101 | 100101 | 1100001 | 101100 |
Color Harmonies of #DD8A03
Complementary color
Monochromatic Colors of #DD8A03
Black with #DD8A03
Text Example
Text Example
White with #DD8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A03; }
p { color: rgb(221,138,3); }
H1.HeaderClassName
{
color: #DD8A03;
}
.AnyTagClassName
{
color: #DD8A03;
}
</style>
background-color css
<style>
a { background-color: #DD8A03; }
a { background-color: rgb(221,138,3); }
div.DivClassName
{
background-color: #DD8A03;
}
.BgClassName
{
background-color: #DD8A03;
}
</style>
border-color css
<style>
span { border-color: #DD8A03; }
span { border-color: rgb(221,138,3); }
td.TdClassName
{
border-color: #DD8A03;
}
.TagClassName
{
border-color: #DD8A03;
}
</style>