Shades of Gamboge #DEB002
Tints of Gamboge #DEB002
RGB
CMYK
RGB Variations
Color information
#DEB002 (or 0xDEB002) is known color: Gamboge. HEX triplet: DE, B0 and 02. RGB value is (222,176,2). Sum of RGB (Red+Green+Blue) = 222+176+2=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB002 is #214FFD. Grayscale: #AAAAAA. Windows color (decimal): -2183166 or 176350. OLE color: 176350.
HSL color Cylindrical-coordinate representation of color #DEB002: hue angle of 47.45º 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 #DEB002 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 176 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.13 |
| HSL | 47.45º | 0.98% | 0.44% | - |
| HSV(B) | 47.45º | 0.99% | 0.87% | - |
| XYZ | 45.66 | 46.58 | 6.64 | - |
| YUV | 169.92 | 33.24 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 176 | 2 | 0 | 0.21 | 0.99 | 0.13 | 47.45 | 0.98 | 0.44 |
| Hex | DE | B0 | 2 | 0 | 15 | 63 | D | 2F | 62 | 2C |
| Octal | 336 | 260 | 2 | 0 | 25 | 143 | 15 | 57 | 142 | 54 |
| Binary | 11011110 | 10110000 | 10 | 0 | 10101 | 1100011 | 1101 | 101111 | 1100010 | 101100 |
Color Harmonies of #DEB002
Complementary color
Monochromatic Colors of #DEB002
Black with #DEB002
Text Example
Text Example
White with #DEB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB002; }
p { color: rgb(222,176,2); }
H1.HeaderClassName
{
color: #DEB002;
}
.AnyTagClassName
{
color: #DEB002;
}
</style>
background-color css
<style>
a { background-color: #DEB002; }
a { background-color: rgb(222,176,2); }
div.DivClassName
{
background-color: #DEB002;
}
.BgClassName
{
background-color: #DEB002;
}
</style>
border-color css
<style>
span { border-color: #DEB002; }
span { border-color: rgb(222,176,2); }
td.TdClassName
{
border-color: #DEB002;
}
.TagClassName
{
border-color: #DEB002;
}
</style>