Shades of Gamboge #D7A403
Tints of Gamboge #D7A403
RGB
CMYK
RGB Variations
Color information
#D7A403 (or 0xD7A403) is known color: Gamboge. HEX triplet: D7, A4 and 03. RGB value is (215,164,3). Sum of RGB (Red+Green+Blue) = 215+164+3=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A403 is #285BFC. Grayscale: #A1A1A1. Windows color (decimal): -2644989 or 238807. OLE color: 238807.
HSL color Cylindrical-coordinate representation of color #D7A403: hue angle of 45.57º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7A403 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.16 |
| HSL | 45.57º | 0.97% | 0.43% | - |
| HSV(B) | 45.57º | 0.99% | 0.84% | - |
| XYZ | 41.32 | 41 | 5.82 | - |
| YUV | 160.9 | 38.9 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 3 | 0 | 0.24 | 0.99 | 0.16 | 45.57 | 0.97 | 0.43 |
| Hex | D7 | A4 | 3 | 0 | 18 | 63 | 10 | 2E | 61 | 2B |
| Octal | 327 | 244 | 3 | 0 | 30 | 143 | 20 | 56 | 141 | 53 |
| Binary | 11010111 | 10100100 | 11 | 0 | 11000 | 1100011 | 10000 | 101110 | 1100001 | 101011 |
Color Harmonies of #D7A403
Complementary color
Monochromatic Colors of #D7A403
Black with #D7A403
Text Example
Text Example
White with #D7A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A403; }
p { color: rgb(215,164,3); }
H1.HeaderClassName
{
color: #D7A403;
}
.AnyTagClassName
{
color: #D7A403;
}
</style>
background-color css
<style>
a { background-color: #D7A403; }
a { background-color: rgb(215,164,3); }
div.DivClassName
{
background-color: #D7A403;
}
.BgClassName
{
background-color: #D7A403;
}
</style>
border-color css
<style>
span { border-color: #D7A403; }
span { border-color: rgb(215,164,3); }
td.TdClassName
{
border-color: #D7A403;
}
.TagClassName
{
border-color: #D7A403;
}
</style>