Shades of Gamboge #DD9000
Tints of Gamboge #DD9000
RGB
CMYK
RGB Variations
Color information
#DD9000 (or 0xDD9000) is known color: Gamboge. HEX triplet: DD, 90 and 00. RGB value is (221,144,0). Sum of RGB (Red+Green+Blue) = 221+144+0=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9000 is #226FFF. Grayscale: #979797. Windows color (decimal): -2256896 or 37085. OLE color: 37085.
HSL color Cylindrical-coordinate representation of color #DD9000: hue angle of 39.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD9000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.13 |
| HSL | 39.1º | 1% | 0.43% | - |
| HSV(B) | 39.1º | 1% | 0.87% | - |
| XYZ | 39.79 | 35.32 | 4.72 | - |
| YUV | 150.61 | 43.01 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 0 | 0 | 0.35 | 1 | 0.13 | 39.1 | 1 | 0.43 |
| Hex | DD | 90 | 0 | 0 | 23 | 64 | D | 27 | 64 | 2B |
| Octal | 335 | 220 | 0 | 0 | 43 | 144 | 15 | 47 | 144 | 53 |
| Binary | 11011101 | 10010000 | 0 | 0 | 100011 | 1100100 | 1101 | 100111 | 1100100 | 101011 |
Color Harmonies of #DD9000
Complementary color
Monochromatic Colors of #DD9000
Black with #DD9000
Text Example
Text Example
White with #DD9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9000; }
p { color: rgb(221,144,0); }
H1.HeaderClassName
{
color: #DD9000;
}
.AnyTagClassName
{
color: #DD9000;
}
</style>
background-color css
<style>
a { background-color: #DD9000; }
a { background-color: rgb(221,144,0); }
div.DivClassName
{
background-color: #DD9000;
}
.BgClassName
{
background-color: #DD9000;
}
</style>
border-color css
<style>
span { border-color: #DD9000; }
span { border-color: rgb(221,144,0); }
td.TdClassName
{
border-color: #DD9000;
}
.TagClassName
{
border-color: #DD9000;
}
</style>