Shades of Gamboge #D79315
Tints of Gamboge #D79315
RGB
CMYK
RGB Variations
Color information
#D79315 (or 0xD79315) is known color: Gamboge. HEX triplet: D7, 93 and 15. RGB value is (215,147,21). Sum of RGB (Red+Green+Blue) = 215+147+21=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D79315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79315 is #286CEA. Grayscale: #999999. Windows color (decimal): -2649323 or 1414103. OLE color: 1414103.
HSL color Cylindrical-coordinate representation of color #D79315: hue angle of 38.97º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D79315 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 147 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.16 |
| HSL | 38.97º | 0.82% | 0.46% | - |
| HSV(B) | 38.97º | 0.9% | 0.84% | - |
| XYZ | 38.59 | 35.37 | 5.5 | - |
| YUV | 152.97 | 53.53 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 21 | 0 | 0.32 | 0.90 | 0.16 | 38.97 | 0.82 | 0.46 |
| Hex | D7 | 93 | 15 | 0 | 20 | 5A | 10 | 27 | 52 | 2E |
| Octal | 327 | 223 | 25 | 0 | 40 | 132 | 20 | 47 | 122 | 56 |
| Binary | 11010111 | 10010011 | 10101 | 0 | 100000 | 1011010 | 10000 | 100111 | 1010010 | 101110 |
Color Harmonies of #D79315
Complementary color
Monochromatic Colors of #D79315
Black with #D79315
Text Example
Text Example
White with #D79315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79315; }
p { color: rgb(215,147,21); }
H1.HeaderClassName
{
color: #D79315;
}
.AnyTagClassName
{
color: #D79315;
}
</style>
background-color css
<style>
a { background-color: #D79315; }
a { background-color: rgb(215,147,21); }
div.DivClassName
{
background-color: #D79315;
}
.BgClassName
{
background-color: #D79315;
}
</style>
border-color css
<style>
span { border-color: #D79315; }
span { border-color: rgb(215,147,21); }
td.TdClassName
{
border-color: #D79315;
}
.TagClassName
{
border-color: #D79315;
}
</style>