Shades of Gamboge #DEB101
Tints of Gamboge #DEB101
RGB
CMYK
RGB Variations
Color information
#DEB101 (or 0xDEB101) is known color: Gamboge. HEX triplet: DE, B1 and 01. RGB value is (222,177,1). Sum of RGB (Red+Green+Blue) = 222+177+1=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB101 is #214EFE. Grayscale: #ABABAB. Windows color (decimal): -2182911 or 111070. OLE color: 111070.
HSL color Cylindrical-coordinate representation of color #DEB101: hue angle of 47.78º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEB101 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.13 |
| HSL | 47.78º | 0.99% | 0.44% | - |
| HSV(B) | 47.78º | 1% | 0.87% | - |
| XYZ | 45.85 | 46.98 | 6.68 | - |
| YUV | 170.39 | 32.41 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 1 | 0 | 0.20 | 1.00 | 0.13 | 47.78 | 0.99 | 0.44 |
| Hex | DE | B1 | 1 | 0 | 14 | 64 | D | 30 | 63 | 2C |
| Octal | 336 | 261 | 1 | 0 | 24 | 144 | 15 | 60 | 143 | 54 |
| Binary | 11011110 | 10110001 | 1 | 0 | 10100 | 1100100 | 1101 | 110000 | 1100011 | 101100 |
Color Harmonies of #DEB101
Complementary color
Monochromatic Colors of #DEB101
Black with #DEB101
Text Example
Text Example
White with #DEB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB101; }
p { color: rgb(222,177,1); }
H1.HeaderClassName
{
color: #DEB101;
}
.AnyTagClassName
{
color: #DEB101;
}
</style>
background-color css
<style>
a { background-color: #DEB101; }
a { background-color: rgb(222,177,1); }
div.DivClassName
{
background-color: #DEB101;
}
.BgClassName
{
background-color: #DEB101;
}
</style>
border-color css
<style>
span { border-color: #DEB101; }
span { border-color: rgb(222,177,1); }
td.TdClassName
{
border-color: #DEB101;
}
.TagClassName
{
border-color: #DEB101;
}
</style>