Shades of Gamboge #D68D09
Tints of Gamboge #D68D09
RGB
CMYK
RGB Variations
Color information
#D68D09 (or 0xD68D09) is known color: Gamboge. HEX triplet: D6, 8D and 09. RGB value is (214,141,9). Sum of RGB (Red+Green+Blue) = 214+141+9=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68D09 is #2972F6. Grayscale: #949494. Windows color (decimal): -2716407 or 626134. OLE color: 626134.
HSL color Cylindrical-coordinate representation of color #D68D09: hue angle of 38.63º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D68D09 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.16 |
| HSL | 38.63º | 0.92% | 0.44% | - |
| HSV(B) | 38.63º | 0.96% | 0.84% | - |
| XYZ | 37.31 | 33.37 | 4.73 | - |
| YUV | 147.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 9 | 0 | 0.34 | 0.96 | 0.16 | 38.63 | 0.92 | 0.44 |
| Hex | D6 | 8D | 9 | 0 | 22 | 60 | 10 | 27 | 5C | 2C |
| Octal | 326 | 215 | 11 | 0 | 42 | 140 | 20 | 47 | 134 | 54 |
| Binary | 11010110 | 10001101 | 1001 | 0 | 100010 | 1100000 | 10000 | 100111 | 1011100 | 101100 |
Color Harmonies of #D68D09
Complementary color
Monochromatic Colors of #D68D09
Black with #D68D09
Text Example
Text Example
White with #D68D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D09; }
p { color: rgb(214,141,9); }
H1.HeaderClassName
{
color: #D68D09;
}
.AnyTagClassName
{
color: #D68D09;
}
</style>
background-color css
<style>
a { background-color: #D68D09; }
a { background-color: rgb(214,141,9); }
div.DivClassName
{
background-color: #D68D09;
}
.BgClassName
{
background-color: #D68D09;
}
</style>
border-color css
<style>
span { border-color: #D68D09; }
span { border-color: rgb(214,141,9); }
td.TdClassName
{
border-color: #D68D09;
}
.TagClassName
{
border-color: #D68D09;
}
</style>