Shades of Gamboge #D6A40B
Tints of Gamboge #D6A40B
RGB
CMYK
RGB Variations
Color information
#D6A40B (or 0xD6A40B) is known color: Gamboge. HEX triplet: D6, A4 and 0B. RGB value is (214,164,11). Sum of RGB (Red+Green+Blue) = 214+164+11=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A40B is #295BF4. Grayscale: #A2A2A2. Windows color (decimal): -2710517 or 763094. OLE color: 763094.
HSL color Cylindrical-coordinate representation of color #D6A40B: hue angle of 45.22º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6A40B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.16 |
| HSL | 45.22º | 0.9% | 0.44% | - |
| HSV(B) | 45.22º | 0.95% | 0.84% | - |
| XYZ | 41.07 | 40.87 | 6.04 | - |
| YUV | 161.51 | 43.07 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 11 | 0 | 0.23 | 0.95 | 0.16 | 45.22 | 0.9 | 0.44 |
| Hex | D6 | A4 | B | 0 | 17 | 5F | 10 | 2D | 5A | 2C |
| Octal | 326 | 244 | 13 | 0 | 27 | 137 | 20 | 55 | 132 | 54 |
| Binary | 11010110 | 10100100 | 1011 | 0 | 10111 | 1011111 | 10000 | 101101 | 1011010 | 101100 |
Color Harmonies of #D6A40B
Complementary color
Monochromatic Colors of #D6A40B
Black with #D6A40B
Text Example
Text Example
White with #D6A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A40B; }
p { color: rgb(214,164,11); }
H1.HeaderClassName
{
color: #D6A40B;
}
.AnyTagClassName
{
color: #D6A40B;
}
</style>
background-color css
<style>
a { background-color: #D6A40B; }
a { background-color: rgb(214,164,11); }
div.DivClassName
{
background-color: #D6A40B;
}
.BgClassName
{
background-color: #D6A40B;
}
</style>
border-color css
<style>
span { border-color: #D6A40B; }
span { border-color: rgb(214,164,11); }
td.TdClassName
{
border-color: #D6A40B;
}
.TagClassName
{
border-color: #D6A40B;
}
</style>