Shades of Gamboge #DD9303
Tints of Gamboge #DD9303
RGB
CMYK
RGB Variations
Color information
#DD9303 (or 0xDD9303) is known color: Gamboge. HEX triplet: DD, 93 and 03. RGB value is (221,147,3). Sum of RGB (Red+Green+Blue) = 221+147+3=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9303 is #226CFC. Grayscale: #999999. Windows color (decimal): -2256125 or 234461. OLE color: 234461.
HSL color Cylindrical-coordinate representation of color #DD9303: hue angle of 39.63º 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 #DD9303 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.13 |
| HSL | 39.63º | 0.97% | 0.44% | - |
| HSV(B) | 39.63º | 0.99% | 0.87% | - |
| XYZ | 40.27 | 36.25 | 4.96 | - |
| YUV | 152.71 | 43.52 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 3 | 0 | 0.33 | 0.99 | 0.13 | 39.63 | 0.97 | 0.44 |
| Hex | DD | 93 | 3 | 0 | 21 | 63 | D | 28 | 61 | 2C |
| Octal | 335 | 223 | 3 | 0 | 41 | 143 | 15 | 50 | 141 | 54 |
| Binary | 11011101 | 10010011 | 11 | 0 | 100001 | 1100011 | 1101 | 101000 | 1100001 | 101100 |
Color Harmonies of #DD9303
Complementary color
Monochromatic Colors of #DD9303
Black with #DD9303
Text Example
Text Example
White with #DD9303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9303; }
p { color: rgb(221,147,3); }
H1.HeaderClassName
{
color: #DD9303;
}
.AnyTagClassName
{
color: #DD9303;
}
</style>
background-color css
<style>
a { background-color: #DD9303; }
a { background-color: rgb(221,147,3); }
div.DivClassName
{
background-color: #DD9303;
}
.BgClassName
{
background-color: #DD9303;
}
</style>
border-color css
<style>
span { border-color: #DD9303; }
span { border-color: rgb(221,147,3); }
td.TdClassName
{
border-color: #DD9303;
}
.TagClassName
{
border-color: #DD9303;
}
</style>