Shades of Gamboge #DF920B
Tints of Gamboge #DF920B
RGB
CMYK
RGB Variations
Color information
#DF920B (or 0xDF920B) is known color: Gamboge. HEX triplet: DF, 92 and 0B. RGB value is (223,146,11). Sum of RGB (Red+Green+Blue) = 223+146+11=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF920B is #206DF4. Grayscale: #9A9A9A. Windows color (decimal): -2125301 or 758495. OLE color: 758495.
HSL color Cylindrical-coordinate representation of color #DF920B: hue angle of 38.21º 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 #DF920B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.13 |
| HSL | 38.21º | 0.91% | 0.46% | - |
| HSV(B) | 38.21º | 0.95% | 0.87% | - |
| XYZ | 40.77 | 36.27 | 5.17 | - |
| YUV | 153.63 | 47.51 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 11 | 0 | 0.35 | 0.95 | 0.13 | 38.21 | 0.91 | 0.46 |
| Hex | DF | 92 | B | 0 | 23 | 5F | D | 26 | 5B | 2E |
| Octal | 337 | 222 | 13 | 0 | 43 | 137 | 15 | 46 | 133 | 56 |
| Binary | 11011111 | 10010010 | 1011 | 0 | 100011 | 1011111 | 1101 | 100110 | 1011011 | 101110 |
Color Harmonies of #DF920B
Complementary color
Monochromatic Colors of #DF920B
Black with #DF920B
Text Example
Text Example
White with #DF920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF920B; }
p { color: rgb(223,146,11); }
H1.HeaderClassName
{
color: #DF920B;
}
.AnyTagClassName
{
color: #DF920B;
}
</style>
background-color css
<style>
a { background-color: #DF920B; }
a { background-color: rgb(223,146,11); }
div.DivClassName
{
background-color: #DF920B;
}
.BgClassName
{
background-color: #DF920B;
}
</style>
border-color css
<style>
span { border-color: #DF920B; }
span { border-color: rgb(223,146,11); }
td.TdClassName
{
border-color: #DF920B;
}
.TagClassName
{
border-color: #DF920B;
}
</style>