Shades of Gamboge #DEAB0B
Tints of Gamboge #DEAB0B
RGB
CMYK
RGB Variations
Color information
#DEAB0B (or 0xDEAB0B) is known color: Gamboge. HEX triplet: DE, AB and 0B. RGB value is (222,171,11). Sum of RGB (Red+Green+Blue) = 222+171+11=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB0B is #2154F4. Grayscale: #A8A8A8. Windows color (decimal): -2184437 or 764894. OLE color: 764894.
HSL color Cylindrical-coordinate representation of color #DEAB0B: hue angle of 45.5º 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 #DEAB0B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.13 |
| HSL | 45.5º | 0.91% | 0.46% | - |
| HSV(B) | 45.5º | 0.95% | 0.87% | - |
| XYZ | 44.75 | 44.68 | 6.58 | - |
| YUV | 168.01 | 39.4 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 11 | 0 | 0.23 | 0.95 | 0.13 | 45.5 | 0.91 | 0.46 |
| Hex | DE | AB | B | 0 | 17 | 5F | D | 2D | 5B | 2E |
| Octal | 336 | 253 | 13 | 0 | 27 | 137 | 15 | 55 | 133 | 56 |
| Binary | 11011110 | 10101011 | 1011 | 0 | 10111 | 1011111 | 1101 | 101101 | 1011011 | 101110 |
Color Harmonies of #DEAB0B
Complementary color
Monochromatic Colors of #DEAB0B
Black with #DEAB0B
Text Example
Text Example
White with #DEAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB0B; }
p { color: rgb(222,171,11); }
H1.HeaderClassName
{
color: #DEAB0B;
}
.AnyTagClassName
{
color: #DEAB0B;
}
</style>
background-color css
<style>
a { background-color: #DEAB0B; }
a { background-color: rgb(222,171,11); }
div.DivClassName
{
background-color: #DEAB0B;
}
.BgClassName
{
background-color: #DEAB0B;
}
</style>
border-color css
<style>
span { border-color: #DEAB0B; }
span { border-color: rgb(222,171,11); }
td.TdClassName
{
border-color: #DEAB0B;
}
.TagClassName
{
border-color: #DEAB0B;
}
</style>