Shades of Gamboge #D3AB07
Tints of Gamboge #D3AB07
RGB
CMYK
RGB Variations
Color information
#D3AB07 (or 0xD3AB07) is known color: Gamboge. HEX triplet: D3, AB and 07. RGB value is (211,171,7). Sum of RGB (Red+Green+Blue) = 211+171+7=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AB07 is #2C54F8. Grayscale: #A4A4A4. Windows color (decimal): -2905337 or 502739. OLE color: 502739.
HSL color Cylindrical-coordinate representation of color #D3AB07: hue angle of 48.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3AB07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.17 |
| HSL | 48.24º | 0.94% | 0.43% | - |
| HSV(B) | 48.24º | 0.97% | 0.83% | - |
| XYZ | 41.47 | 42.99 | 6.31 | - |
| YUV | 164.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 7 | 0 | 0.19 | 0.97 | 0.17 | 48.24 | 0.94 | 0.43 |
| Hex | D3 | AB | 7 | 0 | 13 | 61 | 11 | 30 | 5E | 2B |
| Octal | 323 | 253 | 7 | 0 | 23 | 141 | 21 | 60 | 136 | 53 |
| Binary | 11010011 | 10101011 | 111 | 0 | 10011 | 1100001 | 10001 | 110000 | 1011110 | 101011 |
Color Harmonies of #D3AB07
Complementary color
Monochromatic Colors of #D3AB07
Black with #D3AB07
Text Example
Text Example
White with #D3AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB07; }
p { color: rgb(211,171,7); }
H1.HeaderClassName
{
color: #D3AB07;
}
.AnyTagClassName
{
color: #D3AB07;
}
</style>
background-color css
<style>
a { background-color: #D3AB07; }
a { background-color: rgb(211,171,7); }
div.DivClassName
{
background-color: #D3AB07;
}
.BgClassName
{
background-color: #D3AB07;
}
</style>
border-color css
<style>
span { border-color: #D3AB07; }
span { border-color: rgb(211,171,7); }
td.TdClassName
{
border-color: #D3AB07;
}
.TagClassName
{
border-color: #D3AB07;
}
</style>