Shades of Gamboge #D7A105
Tints of Gamboge #D7A105
RGB
CMYK
RGB Variations
Color information
#D7A105 (or 0xD7A105) is known color: Gamboge. HEX triplet: D7, A1 and 05. RGB value is (215,161,5). Sum of RGB (Red+Green+Blue) = 215+161+5=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7A105 is #285EFA. Grayscale: #A0A0A0. Windows color (decimal): -2645755 or 369111. OLE color: 369111.
HSL color Cylindrical-coordinate representation of color #D7A105: hue angle of 44.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7A105 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 161 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.16 |
| HSL | 44.57º | 0.95% | 0.43% | - |
| HSV(B) | 44.57º | 0.98% | 0.84% | - |
| XYZ | 40.8 | 39.95 | 5.7 | - |
| YUV | 159.36 | 40.89 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 161 | 5 | 0 | 0.25 | 0.98 | 0.16 | 44.57 | 0.95 | 0.43 |
| Hex | D7 | A1 | 5 | 0 | 19 | 62 | 10 | 2D | 5F | 2B |
| Octal | 327 | 241 | 5 | 0 | 31 | 142 | 20 | 55 | 137 | 53 |
| Binary | 11010111 | 10100001 | 101 | 0 | 11001 | 1100010 | 10000 | 101101 | 1011111 | 101011 |
Color Harmonies of #D7A105
Complementary color
Monochromatic Colors of #D7A105
Black with #D7A105
Text Example
Text Example
White with #D7A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A105; }
p { color: rgb(215,161,5); }
H1.HeaderClassName
{
color: #D7A105;
}
.AnyTagClassName
{
color: #D7A105;
}
</style>
background-color css
<style>
a { background-color: #D7A105; }
a { background-color: rgb(215,161,5); }
div.DivClassName
{
background-color: #D7A105;
}
.BgClassName
{
background-color: #D7A105;
}
</style>
border-color css
<style>
span { border-color: #D7A105; }
span { border-color: rgb(215,161,5); }
td.TdClassName
{
border-color: #D7A105;
}
.TagClassName
{
border-color: #D7A105;
}
</style>