Shades of Gamboge #D68D15
Tints of Gamboge #D68D15
RGB
CMYK
RGB Variations
Color information
#D68D15 (or 0xD68D15) is known color: Gamboge. HEX triplet: D6, 8D and 15. RGB value is (214,141,21). Sum of RGB (Red+Green+Blue) = 214+141+21=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68D15 is #2972EA. Grayscale: #959595. Windows color (decimal): -2716395 or 1412566. OLE color: 1412566.
HSL color Cylindrical-coordinate representation of color #D68D15: hue angle of 37.31º 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 #D68D15 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 21 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.16 |
| HSL | 37.31º | 0.82% | 0.46% | - |
| HSV(B) | 37.31º | 0.9% | 0.84% | - |
| XYZ | 37.39 | 33.4 | 5.19 | - |
| YUV | 149.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 21 | 0 | 0.34 | 0.90 | 0.16 | 37.31 | 0.82 | 0.46 |
| Hex | D6 | 8D | 15 | 0 | 22 | 5A | 10 | 25 | 52 | 2E |
| Octal | 326 | 215 | 25 | 0 | 42 | 132 | 20 | 45 | 122 | 56 |
| Binary | 11010110 | 10001101 | 10101 | 0 | 100010 | 1011010 | 10000 | 100101 | 1010010 | 101110 |
Color Harmonies of #D68D15
Complementary color
Monochromatic Colors of #D68D15
Black with #D68D15
Text Example
Text Example
White with #D68D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D15; }
p { color: rgb(214,141,21); }
H1.HeaderClassName
{
color: #D68D15;
}
.AnyTagClassName
{
color: #D68D15;
}
</style>
background-color css
<style>
a { background-color: #D68D15; }
a { background-color: rgb(214,141,21); }
div.DivClassName
{
background-color: #D68D15;
}
.BgClassName
{
background-color: #D68D15;
}
</style>
border-color css
<style>
span { border-color: #D68D15; }
span { border-color: rgb(214,141,21); }
td.TdClassName
{
border-color: #D68D15;
}
.TagClassName
{
border-color: #D68D15;
}
</style>