Shades of Gamboge #D79105
Tints of Gamboge #D79105
RGB
CMYK
RGB Variations
Color information
#D79105 (or 0xD79105) is known color: Gamboge. HEX triplet: D7, 91 and 05. RGB value is (215,145,5). Sum of RGB (Red+Green+Blue) = 215+145+5=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D79105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79105 is #286EFA. Grayscale: #969696. Windows color (decimal): -2649851 or 365015. OLE color: 365015.
HSL color Cylindrical-coordinate representation of color #D79105: hue angle of 40º 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 #D79105 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.16 |
| HSL | 40º | 0.95% | 0.43% | - |
| HSV(B) | 40º | 0.98% | 0.84% | - |
| XYZ | 38.18 | 34.71 | 4.83 | - |
| YUV | 149.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 5 | 0 | 0.33 | 0.98 | 0.16 | 40 | 0.95 | 0.43 |
| Hex | D7 | 91 | 5 | 0 | 21 | 62 | 10 | 28 | 5F | 2B |
| Octal | 327 | 221 | 5 | 0 | 41 | 142 | 20 | 50 | 137 | 53 |
| Binary | 11010111 | 10010001 | 101 | 0 | 100001 | 1100010 | 10000 | 101000 | 1011111 | 101011 |
Color Harmonies of #D79105
Complementary color
Monochromatic Colors of #D79105
Black with #D79105
Text Example
Text Example
White with #D79105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79105; }
p { color: rgb(215,145,5); }
H1.HeaderClassName
{
color: #D79105;
}
.AnyTagClassName
{
color: #D79105;
}
</style>
background-color css
<style>
a { background-color: #D79105; }
a { background-color: rgb(215,145,5); }
div.DivClassName
{
background-color: #D79105;
}
.BgClassName
{
background-color: #D79105;
}
</style>
border-color css
<style>
span { border-color: #D79105; }
span { border-color: rgb(215,145,5); }
td.TdClassName
{
border-color: #D79105;
}
.TagClassName
{
border-color: #D79105;
}
</style>