Shades of Gamboge #D79A03
Tints of Gamboge #D79A03
RGB
CMYK
RGB Variations
Color information
#D79A03 (or 0xD79A03) is known color: Gamboge. HEX triplet: D7, 9A and 03. RGB value is (215,154,3). Sum of RGB (Red+Green+Blue) = 215+154+3=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79A03 is #2865FC. Grayscale: #9B9B9B. Windows color (decimal): -2647549 or 236247. OLE color: 236247.
HSL color Cylindrical-coordinate representation of color #D79A03: hue angle of 42.74º 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 #D79A03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 154 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.16 |
| HSL | 42.74º | 0.97% | 0.43% | - |
| HSV(B) | 42.74º | 0.99% | 0.84% | - |
| XYZ | 39.6 | 37.56 | 5.25 | - |
| YUV | 155.03 | 42.21 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 154 | 3 | 0 | 0.28 | 0.99 | 0.16 | 42.74 | 0.97 | 0.43 |
| Hex | D7 | 9A | 3 | 0 | 1C | 63 | 10 | 2B | 61 | 2B |
| Octal | 327 | 232 | 3 | 0 | 34 | 143 | 20 | 53 | 141 | 53 |
| Binary | 11010111 | 10011010 | 11 | 0 | 11100 | 1100011 | 10000 | 101011 | 1100001 | 101011 |
Color Harmonies of #D79A03
Complementary color
Monochromatic Colors of #D79A03
Black with #D79A03
Text Example
Text Example
White with #D79A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79A03; }
p { color: rgb(215,154,3); }
H1.HeaderClassName
{
color: #D79A03;
}
.AnyTagClassName
{
color: #D79A03;
}
</style>
background-color css
<style>
a { background-color: #D79A03; }
a { background-color: rgb(215,154,3); }
div.DivClassName
{
background-color: #D79A03;
}
.BgClassName
{
background-color: #D79A03;
}
</style>
border-color css
<style>
span { border-color: #D79A03; }
span { border-color: rgb(215,154,3); }
td.TdClassName
{
border-color: #D79A03;
}
.TagClassName
{
border-color: #D79A03;
}
</style>