Shades of Gamboge #DEB102
Tints of Gamboge #DEB102
RGB
CMYK
RGB Variations
Color information
#DEB102 (or 0xDEB102) is known color: Gamboge. HEX triplet: DE, B1 and 02. RGB value is (222,177,2). Sum of RGB (Red+Green+Blue) = 222+177+2=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB102 is #214EFD. Grayscale: #ABABAB. Windows color (decimal): -2182910 or 176606. OLE color: 176606.
HSL color Cylindrical-coordinate representation of color #DEB102: hue angle of 47.73º 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 #DEB102 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.13 |
| HSL | 47.73º | 0.98% | 0.44% | - |
| HSV(B) | 47.73º | 0.99% | 0.87% | - |
| XYZ | 45.86 | 46.98 | 6.71 | - |
| YUV | 170.51 | 32.91 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 2 | 0 | 0.20 | 0.99 | 0.13 | 47.73 | 0.98 | 0.44 |
| Hex | DE | B1 | 2 | 0 | 14 | 63 | D | 30 | 62 | 2C |
| Octal | 336 | 261 | 2 | 0 | 24 | 143 | 15 | 60 | 142 | 54 |
| Binary | 11011110 | 10110001 | 10 | 0 | 10100 | 1100011 | 1101 | 110000 | 1100010 | 101100 |
Color Harmonies of #DEB102
Complementary color
Monochromatic Colors of #DEB102
Black with #DEB102
Text Example
Text Example
White with #DEB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB102; }
p { color: rgb(222,177,2); }
H1.HeaderClassName
{
color: #DEB102;
}
.AnyTagClassName
{
color: #DEB102;
}
</style>
background-color css
<style>
a { background-color: #DEB102; }
a { background-color: rgb(222,177,2); }
div.DivClassName
{
background-color: #DEB102;
}
.BgClassName
{
background-color: #DEB102;
}
</style>
border-color css
<style>
span { border-color: #DEB102; }
span { border-color: rgb(222,177,2); }
td.TdClassName
{
border-color: #DEB102;
}
.TagClassName
{
border-color: #DEB102;
}
</style>