Shades of Gamboge #D79502
Tints of Gamboge #D79502
RGB
CMYK
RGB Variations
Color information
#D79502 (or 0xD79502) is known color: Gamboge. HEX triplet: D7, 95 and 02. RGB value is (215,149,2). Sum of RGB (Red+Green+Blue) = 215+149+2=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D79502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79502 is #286AFD. Grayscale: #989898. Windows color (decimal): -2648830 or 169431. OLE color: 169431.
HSL color Cylindrical-coordinate representation of color #D79502: hue angle of 41.41º degrees, saturation: 0.98, 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 #D79502 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 149 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.16 |
| HSL | 41.41º | 0.98% | 0.43% | - |
| HSV(B) | 41.41º | 0.99% | 0.84% | - |
| XYZ | 38.78 | 35.95 | 4.95 | - |
| YUV | 151.98 | 43.37 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 149 | 2 | 0 | 0.31 | 0.99 | 0.16 | 41.41 | 0.98 | 0.43 |
| Hex | D7 | 95 | 2 | 0 | 1F | 63 | 10 | 29 | 62 | 2B |
| Octal | 327 | 225 | 2 | 0 | 37 | 143 | 20 | 51 | 142 | 53 |
| Binary | 11010111 | 10010101 | 10 | 0 | 11111 | 1100011 | 10000 | 101001 | 1100010 | 101011 |
Color Harmonies of #D79502
Complementary color
Monochromatic Colors of #D79502
Black with #D79502
Text Example
Text Example
White with #D79502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79502; }
p { color: rgb(215,149,2); }
H1.HeaderClassName
{
color: #D79502;
}
.AnyTagClassName
{
color: #D79502;
}
</style>
background-color css
<style>
a { background-color: #D79502; }
a { background-color: rgb(215,149,2); }
div.DivClassName
{
background-color: #D79502;
}
.BgClassName
{
background-color: #D79502;
}
</style>
border-color css
<style>
span { border-color: #D79502; }
span { border-color: rgb(215,149,2); }
td.TdClassName
{
border-color: #D79502;
}
.TagClassName
{
border-color: #D79502;
}
</style>