Shades of Gamboge #DEAB02
Tints of Gamboge #DEAB02
RGB
CMYK
RGB Variations
Color information
#DEAB02 (or 0xDEAB02) is known color: Gamboge. HEX triplet: DE, AB and 02. RGB value is (222,171,2). Sum of RGB (Red+Green+Blue) = 222+171+2=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB02 is #2154FD. Grayscale: #A7A7A7. Windows color (decimal): -2184446 or 175070. OLE color: 175070.
HSL color Cylindrical-coordinate representation of color #DEAB02: hue angle of 46.09º 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 #DEAB02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 171 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.13 |
| HSL | 46.09º | 0.98% | 0.44% | - |
| HSV(B) | 46.09º | 0.99% | 0.87% | - |
| XYZ | 44.7 | 44.66 | 6.32 | - |
| YUV | 166.98 | 34.9 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 171 | 2 | 0 | 0.23 | 0.99 | 0.13 | 46.09 | 0.98 | 0.44 |
| Hex | DE | AB | 2 | 0 | 17 | 63 | D | 2E | 62 | 2C |
| Octal | 336 | 253 | 2 | 0 | 27 | 143 | 15 | 56 | 142 | 54 |
| Binary | 11011110 | 10101011 | 10 | 0 | 10111 | 1100011 | 1101 | 101110 | 1100010 | 101100 |
Color Harmonies of #DEAB02
Complementary color
Monochromatic Colors of #DEAB02
Black with #DEAB02
Text Example
Text Example
White with #DEAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAB02; }
p { color: rgb(222,171,2); }
H1.HeaderClassName
{
color: #DEAB02;
}
.AnyTagClassName
{
color: #DEAB02;
}
</style>
background-color css
<style>
a { background-color: #DEAB02; }
a { background-color: rgb(222,171,2); }
div.DivClassName
{
background-color: #DEAB02;
}
.BgClassName
{
background-color: #DEAB02;
}
</style>
border-color css
<style>
span { border-color: #DEAB02; }
span { border-color: rgb(222,171,2); }
td.TdClassName
{
border-color: #DEAB02;
}
.TagClassName
{
border-color: #DEAB02;
}
</style>