Shades of Gamboge #DF900B
Tints of Gamboge #DF900B
RGB
CMYK
RGB Variations
Color information
#DF900B (or 0xDF900B) is known color: Gamboge. HEX triplet: DF, 90 and 0B. RGB value is (223,144,11). Sum of RGB (Red+Green+Blue) = 223+144+11=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF900B is #206FF4. Grayscale: #999999. Windows color (decimal): -2125813 or 757983. OLE color: 757983.
HSL color Cylindrical-coordinate representation of color #DF900B: hue angle of 37.64º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF900B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.13 |
| HSL | 37.64º | 0.91% | 0.46% | - |
| HSV(B) | 37.64º | 0.95% | 0.87% | - |
| XYZ | 40.47 | 35.66 | 5.07 | - |
| YUV | 152.46 | 48.17 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 11 | 0 | 0.35 | 0.95 | 0.13 | 37.64 | 0.91 | 0.46 |
| Hex | DF | 90 | B | 0 | 23 | 5F | D | 26 | 5B | 2E |
| Octal | 337 | 220 | 13 | 0 | 43 | 137 | 15 | 46 | 133 | 56 |
| Binary | 11011111 | 10010000 | 1011 | 0 | 100011 | 1011111 | 1101 | 100110 | 1011011 | 101110 |
Color Harmonies of #DF900B
Complementary color
Monochromatic Colors of #DF900B
Black with #DF900B
Text Example
Text Example
White with #DF900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF900B; }
p { color: rgb(223,144,11); }
H1.HeaderClassName
{
color: #DF900B;
}
.AnyTagClassName
{
color: #DF900B;
}
</style>
background-color css
<style>
a { background-color: #DF900B; }
a { background-color: rgb(223,144,11); }
div.DivClassName
{
background-color: #DF900B;
}
.BgClassName
{
background-color: #DF900B;
}
</style>
border-color css
<style>
span { border-color: #DF900B; }
span { border-color: rgb(223,144,11); }
td.TdClassName
{
border-color: #DF900B;
}
.TagClassName
{
border-color: #DF900B;
}
</style>