Shades of Gamboge #DF9003
Tints of Gamboge #DF9003
RGB
CMYK
RGB Variations
Color information
#DF9003 (or 0xDF9003) is known color: Gamboge. HEX triplet: DF, 90 and 03. RGB value is (223,144,3). Sum of RGB (Red+Green+Blue) = 223+144+3=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9003 is #206FFC. Grayscale: #989898. Windows color (decimal): -2125821 or 233695. OLE color: 233695.
HSL color Cylindrical-coordinate representation of color #DF9003: hue angle of 38.45º 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 #DF9003 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.13 |
| HSL | 38.45º | 0.97% | 0.44% | - |
| HSV(B) | 38.45º | 0.99% | 0.87% | - |
| XYZ | 40.42 | 35.64 | 4.84 | - |
| YUV | 151.55 | 44.17 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 3 | 0 | 0.35 | 0.99 | 0.13 | 38.45 | 0.97 | 0.44 |
| Hex | DF | 90 | 3 | 0 | 23 | 63 | D | 26 | 61 | 2C |
| Octal | 337 | 220 | 3 | 0 | 43 | 143 | 15 | 46 | 141 | 54 |
| Binary | 11011111 | 10010000 | 11 | 0 | 100011 | 1100011 | 1101 | 100110 | 1100001 | 101100 |
Color Harmonies of #DF9003
Complementary color
Monochromatic Colors of #DF9003
Black with #DF9003
Text Example
Text Example
White with #DF9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9003; }
p { color: rgb(223,144,3); }
H1.HeaderClassName
{
color: #DF9003;
}
.AnyTagClassName
{
color: #DF9003;
}
</style>
background-color css
<style>
a { background-color: #DF9003; }
a { background-color: rgb(223,144,3); }
div.DivClassName
{
background-color: #DF9003;
}
.BgClassName
{
background-color: #DF9003;
}
</style>
border-color css
<style>
span { border-color: #DF9003; }
span { border-color: rgb(223,144,3); }
td.TdClassName
{
border-color: #DF9003;
}
.TagClassName
{
border-color: #DF9003;
}
</style>