Shades of Gamboge #DD9D03
Tints of Gamboge #DD9D03
RGB
CMYK
RGB Variations
Color information
#DD9D03 (or 0xDD9D03) is known color: Gamboge. HEX triplet: DD, 9D and 03. RGB value is (221,157,3). Sum of RGB (Red+Green+Blue) = 221+157+3=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9D03 is #2262FC. Grayscale: #9F9F9F. Windows color (decimal): -2253565 or 237021. OLE color: 237021.
HSL color Cylindrical-coordinate representation of color #DD9D03: hue angle of 42.39º 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 #DD9D03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.13 |
| HSL | 42.39º | 0.97% | 0.44% | - |
| HSV(B) | 42.39º | 0.99% | 0.87% | - |
| XYZ | 41.89 | 39.49 | 5.5 | - |
| YUV | 158.58 | 40.2 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 3 | 0 | 0.29 | 0.99 | 0.13 | 42.39 | 0.97 | 0.44 |
| Hex | DD | 9D | 3 | 0 | 1D | 63 | D | 2A | 61 | 2C |
| Octal | 335 | 235 | 3 | 0 | 35 | 143 | 15 | 52 | 141 | 54 |
| Binary | 11011101 | 10011101 | 11 | 0 | 11101 | 1100011 | 1101 | 101010 | 1100001 | 101100 |
Color Harmonies of #DD9D03
Complementary color
Monochromatic Colors of #DD9D03
Black with #DD9D03
Text Example
Text Example
White with #DD9D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9D03; }
p { color: rgb(221,157,3); }
H1.HeaderClassName
{
color: #DD9D03;
}
.AnyTagClassName
{
color: #DD9D03;
}
</style>
background-color css
<style>
a { background-color: #DD9D03; }
a { background-color: rgb(221,157,3); }
div.DivClassName
{
background-color: #DD9D03;
}
.BgClassName
{
background-color: #DD9D03;
}
</style>
border-color css
<style>
span { border-color: #DD9D03; }
span { border-color: rgb(221,157,3); }
td.TdClassName
{
border-color: #DD9D03;
}
.TagClassName
{
border-color: #DD9D03;
}
</style>