Shades of Gamboge #D79D0F
Tints of Gamboge #D79D0F
RGB
CMYK
RGB Variations
Color information
#D79D0F (or 0xD79D0F) is known color: Gamboge. HEX triplet: D7, 9D and 0F. RGB value is (215,157,15). Sum of RGB (Red+Green+Blue) = 215+157+15=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79D0F is #2862F0. Grayscale: #9E9E9E. Windows color (decimal): -2646769 or 1023447. OLE color: 1023447.
HSL color Cylindrical-coordinate representation of color #D79D0F: hue angle of 42.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D79D0F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.16 |
| HSL | 42.6º | 0.87% | 0.45% | - |
| HSV(B) | 42.6º | 0.93% | 0.84% | - |
| XYZ | 40.17 | 38.6 | 5.78 | - |
| YUV | 158.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 15 | 0 | 0.27 | 0.93 | 0.16 | 42.6 | 0.87 | 0.45 |
| Hex | D7 | 9D | F | 0 | 1B | 5D | 10 | 2B | 57 | 2D |
| Octal | 327 | 235 | 17 | 0 | 33 | 135 | 20 | 53 | 127 | 55 |
| Binary | 11010111 | 10011101 | 1111 | 0 | 11011 | 1011101 | 10000 | 101011 | 1010111 | 101101 |
Color Harmonies of #D79D0F
Complementary color
Monochromatic Colors of #D79D0F
Black with #D79D0F
Text Example
Text Example
White with #D79D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D0F; }
p { color: rgb(215,157,15); }
H1.HeaderClassName
{
color: #D79D0F;
}
.AnyTagClassName
{
color: #D79D0F;
}
</style>
background-color css
<style>
a { background-color: #D79D0F; }
a { background-color: rgb(215,157,15); }
div.DivClassName
{
background-color: #D79D0F;
}
.BgClassName
{
background-color: #D79D0F;
}
</style>
border-color css
<style>
span { border-color: #D79D0F; }
span { border-color: rgb(215,157,15); }
td.TdClassName
{
border-color: #D79D0F;
}
.TagClassName
{
border-color: #D79D0F;
}
</style>