Shades of Gamboge #DF9A02
Tints of Gamboge #DF9A02
RGB
CMYK
RGB Variations
Color information
#DF9A02 (or 0xDF9A02) is known color: Gamboge. HEX triplet: DF, 9A and 02. RGB value is (223,154,2). Sum of RGB (Red+Green+Blue) = 223+154+2=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A02 is #2065FD. Grayscale: #9D9D9D. Windows color (decimal): -2123262 or 170719. OLE color: 170719.
HSL color Cylindrical-coordinate representation of color #DF9A02: hue angle of 41.27º degrees, saturation: 0.98, 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 #DF9A02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.13 |
| HSL | 41.27º | 0.98% | 0.44% | - |
| HSV(B) | 41.27º | 0.99% | 0.87% | - |
| XYZ | 42 | 38.8 | 5.33 | - |
| YUV | 157.3 | 40.36 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 2 | 0 | 0.31 | 0.99 | 0.13 | 41.27 | 0.98 | 0.44 |
| Hex | DF | 9A | 2 | 0 | 1F | 63 | D | 29 | 62 | 2C |
| Octal | 337 | 232 | 2 | 0 | 37 | 143 | 15 | 51 | 142 | 54 |
| Binary | 11011111 | 10011010 | 10 | 0 | 11111 | 1100011 | 1101 | 101001 | 1100010 | 101100 |
Color Harmonies of #DF9A02
Complementary color
Monochromatic Colors of #DF9A02
Black with #DF9A02
Text Example
Text Example
White with #DF9A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A02; }
p { color: rgb(223,154,2); }
H1.HeaderClassName
{
color: #DF9A02;
}
.AnyTagClassName
{
color: #DF9A02;
}
</style>
background-color css
<style>
a { background-color: #DF9A02; }
a { background-color: rgb(223,154,2); }
div.DivClassName
{
background-color: #DF9A02;
}
.BgClassName
{
background-color: #DF9A02;
}
</style>
border-color css
<style>
span { border-color: #DF9A02; }
span { border-color: rgb(223,154,2); }
td.TdClassName
{
border-color: #DF9A02;
}
.TagClassName
{
border-color: #DF9A02;
}
</style>