Shades of Gamboge #D79A09
Tints of Gamboge #D79A09
RGB
CMYK
RGB Variations
Color information
#D79A09 (or 0xD79A09) is known color: Gamboge. HEX triplet: D7, 9A and 09. RGB value is (215,154,9). Sum of RGB (Red+Green+Blue) = 215+154+9=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79A09 is #2865F6. Grayscale: #9C9C9C. Windows color (decimal): -2647543 or 629463. OLE color: 629463.
HSL color Cylindrical-coordinate representation of color #D79A09: hue angle of 42.23º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D79A09 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 9 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.16 |
| HSL | 42.23º | 0.92% | 0.44% | - |
| HSV(B) | 42.23º | 0.96% | 0.84% | - |
| XYZ | 39.63 | 37.58 | 5.42 | - |
| YUV | 155.71 | 45.21 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 9 | 0 | 0.28 | 0.96 | 0.16 | 42.23 | 0.92 | 0.44 |
| Hex | D7 | 9A | 9 | 0 | 1C | 60 | 10 | 2A | 5C | 2C |
| Octal | 327 | 232 | 11 | 0 | 34 | 140 | 20 | 52 | 134 | 54 |
| Binary | 11010111 | 10011010 | 1001 | 0 | 11100 | 1100000 | 10000 | 101010 | 1011100 | 101100 |
Color Harmonies of #D79A09
Complementary color
Monochromatic Colors of #D79A09
Black with #D79A09
Text Example
Text Example
White with #D79A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A09; }
p { color: rgb(215,154,9); }
H1.HeaderClassName
{
color: #D79A09;
}
.AnyTagClassName
{
color: #D79A09;
}
</style>
background-color css
<style>
a { background-color: #D79A09; }
a { background-color: rgb(215,154,9); }
div.DivClassName
{
background-color: #D79A09;
}
.BgClassName
{
background-color: #D79A09;
}
</style>
border-color css
<style>
span { border-color: #D79A09; }
span { border-color: rgb(215,154,9); }
td.TdClassName
{
border-color: #D79A09;
}
.TagClassName
{
border-color: #D79A09;
}
</style>