Shades of Gamboge #DF9000
Tints of Gamboge #DF9000
RGB
CMYK
RGB Variations
Color information
#DF9000 (or 0xDF9000) is known color: Gamboge. HEX triplet: DF, 90 and 00. RGB value is (223,144,0). Sum of RGB (Red+Green+Blue) = 223+144+0=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9000 is #206FFF. Grayscale: #979797. Windows color (decimal): -2125824 or 37087. OLE color: 37087.
HSL color Cylindrical-coordinate representation of color #DF9000: hue angle of 38.74º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF9000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.13 |
| HSL | 38.74º | 1% | 0.44% | - |
| HSV(B) | 38.74º | 1% | 0.87% | - |
| XYZ | 40.4 | 35.63 | 4.75 | - |
| YUV | 151.21 | 42.67 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 0 | 0 | 0.35 | 1 | 0.13 | 38.74 | 1 | 0.44 |
| Hex | DF | 90 | 0 | 0 | 23 | 64 | D | 27 | 64 | 2C |
| Octal | 337 | 220 | 0 | 0 | 43 | 144 | 15 | 47 | 144 | 54 |
| Binary | 11011111 | 10010000 | 0 | 0 | 100011 | 1100100 | 1101 | 100111 | 1100100 | 101100 |
Color Harmonies of #DF9000
Complementary color
Monochromatic Colors of #DF9000
Black with #DF9000
Text Example
Text Example
White with #DF9000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9000; }
p { color: rgb(223,144,0); }
H1.HeaderClassName
{
color: #DF9000;
}
.AnyTagClassName
{
color: #DF9000;
}
</style>
background-color css
<style>
a { background-color: #DF9000; }
a { background-color: rgb(223,144,0); }
div.DivClassName
{
background-color: #DF9000;
}
.BgClassName
{
background-color: #DF9000;
}
</style>
border-color css
<style>
span { border-color: #DF9000; }
span { border-color: rgb(223,144,0); }
td.TdClassName
{
border-color: #DF9000;
}
.TagClassName
{
border-color: #DF9000;
}
</style>