Shades of Gamboge #DEAE0C
Tints of Gamboge #DEAE0C
RGB
CMYK
RGB Variations
Color information
#DEAE0C (or 0xDEAE0C) is known color: Gamboge. HEX triplet: DE, AE and 0C. RGB value is (222,174,12). Sum of RGB (Red+Green+Blue) = 222+174+12=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAE0C is #2151F3. Grayscale: #AAAAAA. Windows color (decimal): -2183668 or 831198. OLE color: 831198.
HSL color Cylindrical-coordinate representation of color #DEAE0C: hue angle of 46.29º degrees, saturation: 0.9, 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 #DEAE0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.13 |
| HSL | 46.29º | 0.9% | 0.46% | - |
| HSV(B) | 46.29º | 0.95% | 0.87% | - |
| XYZ | 45.33 | 45.83 | 6.8 | - |
| YUV | 169.88 | 38.9 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 12 | 0 | 0.22 | 0.95 | 0.13 | 46.29 | 0.9 | 0.46 |
| Hex | DE | AE | C | 0 | 16 | 5F | D | 2E | 5A | 2E |
| Octal | 336 | 256 | 14 | 0 | 26 | 137 | 15 | 56 | 132 | 56 |
| Binary | 11011110 | 10101110 | 1100 | 0 | 10110 | 1011111 | 1101 | 101110 | 1011010 | 101110 |
Color Harmonies of #DEAE0C
Complementary color
Monochromatic Colors of #DEAE0C
Black with #DEAE0C
Text Example
Text Example
White with #DEAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE0C; }
p { color: rgb(222,174,12); }
H1.HeaderClassName
{
color: #DEAE0C;
}
.AnyTagClassName
{
color: #DEAE0C;
}
</style>
background-color css
<style>
a { background-color: #DEAE0C; }
a { background-color: rgb(222,174,12); }
div.DivClassName
{
background-color: #DEAE0C;
}
.BgClassName
{
background-color: #DEAE0C;
}
</style>
border-color css
<style>
span { border-color: #DEAE0C; }
span { border-color: rgb(222,174,12); }
td.TdClassName
{
border-color: #DEAE0C;
}
.TagClassName
{
border-color: #DEAE0C;
}
</style>