Shades of Gamboge #DEAD02
Tints of Gamboge #DEAD02
RGB
CMYK
RGB Variations
Color information
#DEAD02 (or 0xDEAD02) is known color: Gamboge. HEX triplet: DE, AD and 02. RGB value is (222,173,2). Sum of RGB (Red+Green+Blue) = 222+173+2=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAD02 is #2152FD. Grayscale: #A8A8A8. Windows color (decimal): -2183934 or 175582. OLE color: 175582.
HSL color Cylindrical-coordinate representation of color #DEAD02: hue angle of 46.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEAD02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 173 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.13 |
| HSL | 46.64º | 0.98% | 0.44% | - |
| HSV(B) | 46.64º | 0.99% | 0.87% | - |
| XYZ | 45.08 | 45.42 | 6.45 | - |
| YUV | 168.16 | 34.23 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 173 | 2 | 0 | 0.22 | 0.99 | 0.13 | 46.64 | 0.98 | 0.44 |
| Hex | DE | AD | 2 | 0 | 16 | 63 | D | 2F | 62 | 2C |
| Octal | 336 | 255 | 2 | 0 | 26 | 143 | 15 | 57 | 142 | 54 |
| Binary | 11011110 | 10101101 | 10 | 0 | 10110 | 1100011 | 1101 | 101111 | 1100010 | 101100 |
Color Harmonies of #DEAD02
Complementary color
Monochromatic Colors of #DEAD02
Black with #DEAD02
Text Example
Text Example
White with #DEAD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAD02; }
p { color: rgb(222,173,2); }
H1.HeaderClassName
{
color: #DEAD02;
}
.AnyTagClassName
{
color: #DEAD02;
}
</style>
background-color css
<style>
a { background-color: #DEAD02; }
a { background-color: rgb(222,173,2); }
div.DivClassName
{
background-color: #DEAD02;
}
.BgClassName
{
background-color: #DEAD02;
}
</style>
border-color css
<style>
span { border-color: #DEAD02; }
span { border-color: rgb(222,173,2); }
td.TdClassName
{
border-color: #DEAD02;
}
.TagClassName
{
border-color: #DEAD02;
}
</style>