Shades of Gamboge #DD900A
Tints of Gamboge #DD900A
RGB
CMYK
RGB Variations
Color information
#DD900A (or 0xDD900A) is known color: Gamboge. HEX triplet: DD, 90 and 0A. RGB value is (221,144,10). Sum of RGB (Red+Green+Blue) = 221+144+10=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD900A is #226FF5. Grayscale: #989898. Windows color (decimal): -2256886 or 692445. OLE color: 692445.
HSL color Cylindrical-coordinate representation of color #DD900A: hue angle of 38.1º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD900A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.13 |
| HSL | 38.1º | 0.91% | 0.45% | - |
| HSV(B) | 38.1º | 0.95% | 0.87% | - |
| XYZ | 39.85 | 35.34 | 5.01 | - |
| YUV | 151.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 10 | 0 | 0.35 | 0.95 | 0.13 | 38.1 | 0.91 | 0.45 |
| Hex | DD | 90 | A | 0 | 23 | 5F | D | 26 | 5B | 2D |
| Octal | 335 | 220 | 12 | 0 | 43 | 137 | 15 | 46 | 133 | 55 |
| Binary | 11011101 | 10010000 | 1010 | 0 | 100011 | 1011111 | 1101 | 100110 | 1011011 | 101101 |
Color Harmonies of #DD900A
Complementary color
Monochromatic Colors of #DD900A
Black with #DD900A
Text Example
Text Example
White with #DD900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD900A; }
p { color: rgb(221,144,10); }
H1.HeaderClassName
{
color: #DD900A;
}
.AnyTagClassName
{
color: #DD900A;
}
</style>
background-color css
<style>
a { background-color: #DD900A; }
a { background-color: rgb(221,144,10); }
div.DivClassName
{
background-color: #DD900A;
}
.BgClassName
{
background-color: #DD900A;
}
</style>
border-color css
<style>
span { border-color: #DD900A; }
span { border-color: rgb(221,144,10); }
td.TdClassName
{
border-color: #DD900A;
}
.TagClassName
{
border-color: #DD900A;
}
</style>