Shades of Gamboge #DEAB00
Tints of Gamboge #DEAB00
RGB
CMYK
RGB Variations
Color information
#DEAB00 (or 0xDEAB00) is known color: Gamboge. HEX triplet: DE, AB and 00. RGB value is (222,171,0). Sum of RGB (Red+Green+Blue) = 222+171+0=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB00 is #2154FF. Grayscale: #A7A7A7. Windows color (decimal): -2184448 or 43998. OLE color: 43998.
HSL color Cylindrical-coordinate representation of color #DEAB00: hue angle of 46.22º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEAB00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.13 |
| HSL | 46.22º | 1% | 0.44% | - |
| HSV(B) | 46.22º | 1% | 0.87% | - |
| XYZ | 44.69 | 44.66 | 6.26 | - |
| YUV | 166.76 | 33.9 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 0 | 0 | 0.23 | 1 | 0.13 | 46.22 | 1 | 0.44 |
| Hex | DE | AB | 0 | 0 | 17 | 64 | D | 2E | 64 | 2C |
| Octal | 336 | 253 | 0 | 0 | 27 | 144 | 15 | 56 | 144 | 54 |
| Binary | 11011110 | 10101011 | 0 | 0 | 10111 | 1100100 | 1101 | 101110 | 1100100 | 101100 |
Color Harmonies of #DEAB00
Complementary color
Monochromatic Colors of #DEAB00
Black with #DEAB00
Text Example
Text Example
White with #DEAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB00; }
p { color: rgb(222,171,0); }
H1.HeaderClassName
{
color: #DEAB00;
}
.AnyTagClassName
{
color: #DEAB00;
}
</style>
background-color css
<style>
a { background-color: #DEAB00; }
a { background-color: rgb(222,171,0); }
div.DivClassName
{
background-color: #DEAB00;
}
.BgClassName
{
background-color: #DEAB00;
}
</style>
border-color css
<style>
span { border-color: #DEAB00; }
span { border-color: rgb(222,171,0); }
td.TdClassName
{
border-color: #DEAB00;
}
.TagClassName
{
border-color: #DEAB00;
}
</style>