Shades of Gamboge #D68D10
Tints of Gamboge #D68D10
RGB
CMYK
RGB Variations
Color information
#D68D10 (or 0xD68D10) is known color: Gamboge. HEX triplet: D6, 8D and 10. RGB value is (214,141,16). Sum of RGB (Red+Green+Blue) = 214+141+16=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68D10 is #2972EF. Grayscale: #959595. Windows color (decimal): -2716400 or 1084886. OLE color: 1084886.
HSL color Cylindrical-coordinate representation of color #D68D10: hue angle of 37.88º degrees, saturation: 0.86, 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 #D68D10 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.16 |
| HSL | 37.88º | 0.86% | 0.45% | - |
| HSV(B) | 37.88º | 0.93% | 0.84% | - |
| XYZ | 37.35 | 33.38 | 4.97 | - |
| YUV | 148.58 | 53.18 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 16 | 0 | 0.34 | 0.93 | 0.16 | 37.88 | 0.86 | 0.45 |
| Hex | D6 | 8D | 10 | 0 | 22 | 5D | 10 | 26 | 56 | 2D |
| Octal | 326 | 215 | 20 | 0 | 42 | 135 | 20 | 46 | 126 | 55 |
| Binary | 11010110 | 10001101 | 10000 | 0 | 100010 | 1011101 | 10000 | 100110 | 1010110 | 101101 |
Color Harmonies of #D68D10
Complementary color
Monochromatic Colors of #D68D10
Black with #D68D10
Text Example
Text Example
White with #D68D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D10; }
p { color: rgb(214,141,16); }
H1.HeaderClassName
{
color: #D68D10;
}
.AnyTagClassName
{
color: #D68D10;
}
</style>
background-color css
<style>
a { background-color: #D68D10; }
a { background-color: rgb(214,141,16); }
div.DivClassName
{
background-color: #D68D10;
}
.BgClassName
{
background-color: #D68D10;
}
</style>
border-color css
<style>
span { border-color: #D68D10; }
span { border-color: rgb(214,141,16); }
td.TdClassName
{
border-color: #D68D10;
}
.TagClassName
{
border-color: #D68D10;
}
</style>