Shades of Gamboge #D68906
Tints of Gamboge #D68906
RGB
CMYK
RGB Variations
Color information
#D68906 (or 0xD68906) is known color: Gamboge. HEX triplet: D6, 89 and 06. RGB value is (214,137,6). Sum of RGB (Red+Green+Blue) = 214+137+6=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D68906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68906 is #2976F9. Grayscale: #919191. Windows color (decimal): -2717434 or 428502. OLE color: 428502.
HSL color Cylindrical-coordinate representation of color #D68906: hue angle of 37.79º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D68906 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 6 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.16 |
| HSL | 37.79º | 0.95% | 0.43% | - |
| HSV(B) | 37.79º | 0.97% | 0.84% | - |
| XYZ | 36.71 | 32.2 | 4.45 | - |
| YUV | 145.09 | 49.51 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 6 | 0 | 0.36 | 0.97 | 0.16 | 37.79 | 0.95 | 0.43 |
| Hex | D6 | 89 | 6 | 0 | 24 | 61 | 10 | 26 | 5F | 2B |
| Octal | 326 | 211 | 6 | 0 | 44 | 141 | 20 | 46 | 137 | 53 |
| Binary | 11010110 | 10001001 | 110 | 0 | 100100 | 1100001 | 10000 | 100110 | 1011111 | 101011 |
Color Harmonies of #D68906
Complementary color
Monochromatic Colors of #D68906
Black with #D68906
Text Example
Text Example
White with #D68906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68906; }
p { color: rgb(214,137,6); }
H1.HeaderClassName
{
color: #D68906;
}
.AnyTagClassName
{
color: #D68906;
}
</style>
background-color css
<style>
a { background-color: #D68906; }
a { background-color: rgb(214,137,6); }
div.DivClassName
{
background-color: #D68906;
}
.BgClassName
{
background-color: #D68906;
}
</style>
border-color css
<style>
span { border-color: #D68906; }
span { border-color: rgb(214,137,6); }
td.TdClassName
{
border-color: #D68906;
}
.TagClassName
{
border-color: #D68906;
}
</style>