Shades of Gamboge #DEAB01
Tints of Gamboge #DEAB01
RGB
CMYK
RGB Variations
Color information
#DEAB01 (or 0xDEAB01) is known color: Gamboge. HEX triplet: DE, AB and 01. RGB value is (222,171,1). Sum of RGB (Red+Green+Blue) = 222+171+1=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB01 is #2154FE. Grayscale: #A7A7A7. Windows color (decimal): -2184447 or 109534. OLE color: 109534.
HSL color Cylindrical-coordinate representation of color #DEAB01: hue angle of 46.15º 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 #DEAB01 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.13 |
| HSL | 46.15º | 0.99% | 0.44% | - |
| HSV(B) | 46.15º | 1% | 0.87% | - |
| XYZ | 44.69 | 44.66 | 6.29 | - |
| YUV | 166.87 | 34.4 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 1 | 0 | 0.23 | 1.00 | 0.13 | 46.15 | 0.99 | 0.44 |
| Hex | DE | AB | 1 | 0 | 17 | 64 | D | 2E | 63 | 2C |
| Octal | 336 | 253 | 1 | 0 | 27 | 144 | 15 | 56 | 143 | 54 |
| Binary | 11011110 | 10101011 | 1 | 0 | 10111 | 1100100 | 1101 | 101110 | 1100011 | 101100 |
Color Harmonies of #DEAB01
Complementary color
Monochromatic Colors of #DEAB01
Black with #DEAB01
Text Example
Text Example
White with #DEAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB01; }
p { color: rgb(222,171,1); }
H1.HeaderClassName
{
color: #DEAB01;
}
.AnyTagClassName
{
color: #DEAB01;
}
</style>
background-color css
<style>
a { background-color: #DEAB01; }
a { background-color: rgb(222,171,1); }
div.DivClassName
{
background-color: #DEAB01;
}
.BgClassName
{
background-color: #DEAB01;
}
</style>
border-color css
<style>
span { border-color: #DEAB01; }
span { border-color: rgb(222,171,1); }
td.TdClassName
{
border-color: #DEAB01;
}
.TagClassName
{
border-color: #DEAB01;
}
</style>