Shades of Gamboge #D7A10B
Tints of Gamboge #D7A10B
RGB
CMYK
RGB Variations
Color information
#D7A10B (or 0xD7A10B) is known color: Gamboge. HEX triplet: D7, A1 and 0B. RGB value is (215,161,11). Sum of RGB (Red+Green+Blue) = 215+161+11=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A10B is #285EF4. Grayscale: #A0A0A0. Windows color (decimal): -2645749 or 762327. OLE color: 762327.
HSL color Cylindrical-coordinate representation of color #D7A10B: hue angle of 44.12º 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 #D7A10B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 11 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.16 |
| HSL | 44.12º | 0.9% | 0.44% | - |
| HSV(B) | 44.12º | 0.95% | 0.84% | - |
| XYZ | 40.83 | 39.96 | 5.88 | - |
| YUV | 160.05 | 43.89 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 11 | 0 | 0.25 | 0.95 | 0.16 | 44.12 | 0.9 | 0.44 |
| Hex | D7 | A1 | B | 0 | 19 | 5F | 10 | 2C | 5A | 2C |
| Octal | 327 | 241 | 13 | 0 | 31 | 137 | 20 | 54 | 132 | 54 |
| Binary | 11010111 | 10100001 | 1011 | 0 | 11001 | 1011111 | 10000 | 101100 | 1011010 | 101100 |
Color Harmonies of #D7A10B
Complementary color
Monochromatic Colors of #D7A10B
Black with #D7A10B
Text Example
Text Example
White with #D7A10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A10B; }
p { color: rgb(215,161,11); }
H1.HeaderClassName
{
color: #D7A10B;
}
.AnyTagClassName
{
color: #D7A10B;
}
</style>
background-color css
<style>
a { background-color: #D7A10B; }
a { background-color: rgb(215,161,11); }
div.DivClassName
{
background-color: #D7A10B;
}
.BgClassName
{
background-color: #D7A10B;
}
</style>
border-color css
<style>
span { border-color: #D7A10B; }
span { border-color: rgb(215,161,11); }
td.TdClassName
{
border-color: #D7A10B;
}
.TagClassName
{
border-color: #D7A10B;
}
</style>