Shades of Gamboge #DEAC08
Tints of Gamboge #DEAC08
RGB
CMYK
RGB Variations
Color information
#DEAC08 (or 0xDEAC08) is known color: Gamboge. HEX triplet: DE, AC and 08. RGB value is (222,172,8). Sum of RGB (Red+Green+Blue) = 222+172+8=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC08 is #2153F7. Grayscale: #A8A8A8. Windows color (decimal): -2184184 or 568542. OLE color: 568542.
HSL color Cylindrical-coordinate representation of color #DEAC08: hue angle of 45.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEAC08 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 172 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.13 |
| HSL | 45.98º | 0.93% | 0.45% | - |
| HSV(B) | 45.98º | 0.96% | 0.87% | - |
| XYZ | 44.92 | 45.05 | 6.56 | - |
| YUV | 168.25 | 37.57 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 172 | 8 | 0 | 0.23 | 0.96 | 0.13 | 45.98 | 0.93 | 0.45 |
| Hex | DE | AC | 8 | 0 | 17 | 60 | D | 2E | 5D | 2D |
| Octal | 336 | 254 | 10 | 0 | 27 | 140 | 15 | 56 | 135 | 55 |
| Binary | 11011110 | 10101100 | 1000 | 0 | 10111 | 1100000 | 1101 | 101110 | 1011101 | 101101 |
Color Harmonies of #DEAC08
Complementary color
Monochromatic Colors of #DEAC08
Black with #DEAC08
Text Example
Text Example
White with #DEAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAC08; }
p { color: rgb(222,172,8); }
H1.HeaderClassName
{
color: #DEAC08;
}
.AnyTagClassName
{
color: #DEAC08;
}
</style>
background-color css
<style>
a { background-color: #DEAC08; }
a { background-color: rgb(222,172,8); }
div.DivClassName
{
background-color: #DEAC08;
}
.BgClassName
{
background-color: #DEAC08;
}
</style>
border-color css
<style>
span { border-color: #DEAC08; }
span { border-color: rgb(222,172,8); }
td.TdClassName
{
border-color: #DEAC08;
}
.TagClassName
{
border-color: #DEAC08;
}
</style>