Shades of Gamboge #D6A80B
Tints of Gamboge #D6A80B
RGB
CMYK
RGB Variations
Color information
#D6A80B (or 0xD6A80B) is known color: Gamboge. HEX triplet: D6, A8 and 0B. RGB value is (214,168,11). Sum of RGB (Red+Green+Blue) = 214+168+11=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6A80B is #2957F4. Grayscale: #A4A4A4. Windows color (decimal): -2709493 or 764118. OLE color: 764118.
HSL color Cylindrical-coordinate representation of color #D6A80B: hue angle of 46.4º 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 #D6A80B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.16 |
| HSL | 46.4º | 0.9% | 0.44% | - |
| HSV(B) | 46.4º | 0.95% | 0.84% | - |
| XYZ | 41.79 | 42.33 | 6.28 | - |
| YUV | 163.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 11 | 0 | 0.21 | 0.95 | 0.16 | 46.4 | 0.9 | 0.44 |
| Hex | D6 | A8 | B | 0 | 15 | 5F | 10 | 2E | 5A | 2C |
| Octal | 326 | 250 | 13 | 0 | 25 | 137 | 20 | 56 | 132 | 54 |
| Binary | 11010110 | 10101000 | 1011 | 0 | 10101 | 1011111 | 10000 | 101110 | 1011010 | 101100 |
Color Harmonies of #D6A80B
Complementary color
Monochromatic Colors of #D6A80B
Black with #D6A80B
Text Example
Text Example
White with #D6A80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A80B; }
p { color: rgb(214,168,11); }
H1.HeaderClassName
{
color: #D6A80B;
}
.AnyTagClassName
{
color: #D6A80B;
}
</style>
background-color css
<style>
a { background-color: #D6A80B; }
a { background-color: rgb(214,168,11); }
div.DivClassName
{
background-color: #D6A80B;
}
.BgClassName
{
background-color: #D6A80B;
}
</style>
border-color css
<style>
span { border-color: #D6A80B; }
span { border-color: rgb(214,168,11); }
td.TdClassName
{
border-color: #D6A80B;
}
.TagClassName
{
border-color: #D6A80B;
}
</style>