Shades of Gamboge #D7A00B
Tints of Gamboge #D7A00B
RGB
CMYK
RGB Variations
Color information
#D7A00B (or 0xD7A00B) is known color: Gamboge. HEX triplet: D7, A0 and 0B. RGB value is (215,160,11). Sum of RGB (Red+Green+Blue) = 215+160+11=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A00B is #285FF4. Grayscale: #A0A0A0. Windows color (decimal): -2646005 or 762071. OLE color: 762071.
HSL color Cylindrical-coordinate representation of color #D7A00B: hue angle of 43.82º 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 #D7A00B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.16 |
| HSL | 43.82º | 0.9% | 0.44% | - |
| HSV(B) | 43.82º | 0.95% | 0.84% | - |
| XYZ | 40.66 | 39.61 | 5.82 | - |
| YUV | 159.46 | 44.22 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 11 | 0 | 0.26 | 0.95 | 0.16 | 43.82 | 0.9 | 0.44 |
| Hex | D7 | A0 | B | 0 | 1A | 5F | 10 | 2C | 5A | 2C |
| Octal | 327 | 240 | 13 | 0 | 32 | 137 | 20 | 54 | 132 | 54 |
| Binary | 11010111 | 10100000 | 1011 | 0 | 11010 | 1011111 | 10000 | 101100 | 1011010 | 101100 |
Color Harmonies of #D7A00B
Complementary color
Monochromatic Colors of #D7A00B
Black with #D7A00B
Text Example
Text Example
White with #D7A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A00B; }
p { color: rgb(215,160,11); }
H1.HeaderClassName
{
color: #D7A00B;
}
.AnyTagClassName
{
color: #D7A00B;
}
</style>
background-color css
<style>
a { background-color: #D7A00B; }
a { background-color: rgb(215,160,11); }
div.DivClassName
{
background-color: #D7A00B;
}
.BgClassName
{
background-color: #D7A00B;
}
</style>
border-color css
<style>
span { border-color: #D7A00B; }
span { border-color: rgb(215,160,11); }
td.TdClassName
{
border-color: #D7A00B;
}
.TagClassName
{
border-color: #D7A00B;
}
</style>