Shades of Gamboge #D49B02
Tints of Gamboge #D49B02
RGB
CMYK
RGB Variations
Color information
#D49B02 (or 0xD49B02) is known color: Gamboge. HEX triplet: D4, 9B and 02. RGB value is (212,155,2). Sum of RGB (Red+Green+Blue) = 212+155+2=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49B02 is #2B64FD. Grayscale: #9B9B9B. Windows color (decimal): -2843902 or 170964. OLE color: 170964.
HSL color Cylindrical-coordinate representation of color #D49B02: hue angle of 43.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D49B02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.17 |
| HSL | 43.71º | 0.98% | 0.42% | - |
| HSV(B) | 43.71º | 0.99% | 0.83% | - |
| XYZ | 38.88 | 37.44 | 5.24 | - |
| YUV | 154.6 | 41.88 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 2 | 0 | 0.27 | 0.99 | 0.17 | 43.71 | 0.98 | 0.42 |
| Hex | D4 | 9B | 2 | 0 | 1B | 63 | 11 | 2C | 62 | 2A |
| Octal | 324 | 233 | 2 | 0 | 33 | 143 | 21 | 54 | 142 | 52 |
| Binary | 11010100 | 10011011 | 10 | 0 | 11011 | 1100011 | 10001 | 101100 | 1100010 | 101010 |
Color Harmonies of #D49B02
Complementary color
Monochromatic Colors of #D49B02
Black with #D49B02
Text Example
Text Example
White with #D49B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B02; }
p { color: rgb(212,155,2); }
H1.HeaderClassName
{
color: #D49B02;
}
.AnyTagClassName
{
color: #D49B02;
}
</style>
background-color css
<style>
a { background-color: #D49B02; }
a { background-color: rgb(212,155,2); }
div.DivClassName
{
background-color: #D49B02;
}
.BgClassName
{
background-color: #D49B02;
}
</style>
border-color css
<style>
span { border-color: #D49B02; }
span { border-color: rgb(212,155,2); }
td.TdClassName
{
border-color: #D49B02;
}
.TagClassName
{
border-color: #D49B02;
}
</style>