Shades of Gamboge #DEAC0B
Tints of Gamboge #DEAC0B
RGB
CMYK
RGB Variations
Color information
#DEAC0B (or 0xDEAC0B) is known color: Gamboge. HEX triplet: DE, AC and 0B. RGB value is (222,172,11). Sum of RGB (Red+Green+Blue) = 222+172+11=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC0B is #2153F4. Grayscale: #A9A9A9. Windows color (decimal): -2184181 or 765150. OLE color: 765150.
HSL color Cylindrical-coordinate representation of color #DEAC0B: hue angle of 45.78º 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 #DEAC0B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.13 |
| HSL | 45.78º | 0.91% | 0.46% | - |
| HSV(B) | 45.78º | 0.95% | 0.87% | - |
| XYZ | 44.94 | 45.06 | 6.65 | - |
| YUV | 168.6 | 39.07 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 11 | 0 | 0.23 | 0.95 | 0.13 | 45.78 | 0.91 | 0.46 |
| Hex | DE | AC | B | 0 | 17 | 5F | D | 2E | 5B | 2E |
| Octal | 336 | 254 | 13 | 0 | 27 | 137 | 15 | 56 | 133 | 56 |
| Binary | 11011110 | 10101100 | 1011 | 0 | 10111 | 1011111 | 1101 | 101110 | 1011011 | 101110 |
Color Harmonies of #DEAC0B
Complementary color
Monochromatic Colors of #DEAC0B
Black with #DEAC0B
Text Example
Text Example
White with #DEAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC0B; }
p { color: rgb(222,172,11); }
H1.HeaderClassName
{
color: #DEAC0B;
}
.AnyTagClassName
{
color: #DEAC0B;
}
</style>
background-color css
<style>
a { background-color: #DEAC0B; }
a { background-color: rgb(222,172,11); }
div.DivClassName
{
background-color: #DEAC0B;
}
.BgClassName
{
background-color: #DEAC0B;
}
</style>
border-color css
<style>
span { border-color: #DEAC0B; }
span { border-color: rgb(222,172,11); }
td.TdClassName
{
border-color: #DEAC0B;
}
.TagClassName
{
border-color: #DEAC0B;
}
</style>