Shades of Gamboge #DEAD00
Tints of Gamboge #DEAD00
RGB
CMYK
RGB Variations
Color information
#DEAD00 (or 0xDEAD00) is known color: Gamboge. HEX triplet: DE, AD and 00. RGB value is (222,173,0). Sum of RGB (Red+Green+Blue) = 222+173+0=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAD00 is #2152FF. Grayscale: #A8A8A8. Windows color (decimal): -2183936 or 44510. OLE color: 44510.
HSL color Cylindrical-coordinate representation of color #DEAD00: hue angle of 46.76º 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 #DEAD00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.13 |
| HSL | 46.76º | 1% | 0.44% | - |
| HSV(B) | 46.76º | 1% | 0.87% | - |
| XYZ | 45.07 | 45.42 | 6.39 | - |
| YUV | 167.93 | 33.23 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 0 | 0 | 0.22 | 1 | 0.13 | 46.76 | 1 | 0.44 |
| Hex | DE | AD | 0 | 0 | 16 | 64 | D | 2F | 64 | 2C |
| Octal | 336 | 255 | 0 | 0 | 26 | 144 | 15 | 57 | 144 | 54 |
| Binary | 11011110 | 10101101 | 0 | 0 | 10110 | 1100100 | 1101 | 101111 | 1100100 | 101100 |
Color Harmonies of #DEAD00
Complementary color
Monochromatic Colors of #DEAD00
Black with #DEAD00
Text Example
Text Example
White with #DEAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD00; }
p { color: rgb(222,173,0); }
H1.HeaderClassName
{
color: #DEAD00;
}
.AnyTagClassName
{
color: #DEAD00;
}
</style>
background-color css
<style>
a { background-color: #DEAD00; }
a { background-color: rgb(222,173,0); }
div.DivClassName
{
background-color: #DEAD00;
}
.BgClassName
{
background-color: #DEAD00;
}
</style>
border-color css
<style>
span { border-color: #DEAD00; }
span { border-color: rgb(222,173,0); }
td.TdClassName
{
border-color: #DEAD00;
}
.TagClassName
{
border-color: #DEAD00;
}
</style>