Shades of Gamboge #D79103
Tints of Gamboge #D79103
RGB
CMYK
RGB Variations
Color information
#D79103 (or 0xD79103) is known color: Gamboge. HEX triplet: D7, 91 and 03. RGB value is (215,145,3). Sum of RGB (Red+Green+Blue) = 215+145+3=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D79103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79103 is #286EFC. Grayscale: #969696. Windows color (decimal): -2649853 or 233943. OLE color: 233943.
HSL color Cylindrical-coordinate representation of color #D79103: hue angle of 40.19º 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 #D79103 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.16 |
| HSL | 40.19º | 0.97% | 0.43% | - |
| HSV(B) | 40.19º | 0.99% | 0.84% | - |
| XYZ | 38.17 | 34.7 | 4.77 | - |
| YUV | 149.74 | 45.19 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 3 | 0 | 0.33 | 0.99 | 0.16 | 40.19 | 0.97 | 0.43 |
| Hex | D7 | 91 | 3 | 0 | 21 | 63 | 10 | 28 | 61 | 2B |
| Octal | 327 | 221 | 3 | 0 | 41 | 143 | 20 | 50 | 141 | 53 |
| Binary | 11010111 | 10010001 | 11 | 0 | 100001 | 1100011 | 10000 | 101000 | 1100001 | 101011 |
Color Harmonies of #D79103
Complementary color
Monochromatic Colors of #D79103
Black with #D79103
Text Example
Text Example
White with #D79103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79103; }
p { color: rgb(215,145,3); }
H1.HeaderClassName
{
color: #D79103;
}
.AnyTagClassName
{
color: #D79103;
}
</style>
background-color css
<style>
a { background-color: #D79103; }
a { background-color: rgb(215,145,3); }
div.DivClassName
{
background-color: #D79103;
}
.BgClassName
{
background-color: #D79103;
}
</style>
border-color css
<style>
span { border-color: #D79103; }
span { border-color: rgb(215,145,3); }
td.TdClassName
{
border-color: #D79103;
}
.TagClassName
{
border-color: #D79103;
}
</style>