Shades of Gamboge #D68506
Tints of Gamboge #D68506
RGB
CMYK
RGB Variations
Color information
#D68506 (or 0xD68506) is known color: Gamboge. HEX triplet: D6, 85 and 06. RGB value is (214,133,6). Sum of RGB (Red+Green+Blue) = 214+133+6=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D68506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68506 is #297AF9. Grayscale: #8F8F8F. Windows color (decimal): -2718458 or 427478. OLE color: 427478.
HSL color Cylindrical-coordinate representation of color #D68506: hue angle of 36.63º 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 #D68506 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.16 |
| HSL | 36.63º | 0.95% | 0.43% | - |
| HSV(B) | 36.63º | 0.97% | 0.84% | - |
| XYZ | 36.15 | 31.08 | 4.27 | - |
| YUV | 142.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 6 | 0 | 0.38 | 0.97 | 0.16 | 36.63 | 0.95 | 0.43 |
| Hex | D6 | 85 | 6 | 0 | 26 | 61 | 10 | 25 | 5F | 2B |
| Octal | 326 | 205 | 6 | 0 | 46 | 141 | 20 | 45 | 137 | 53 |
| Binary | 11010110 | 10000101 | 110 | 0 | 100110 | 1100001 | 10000 | 100101 | 1011111 | 101011 |
Color Harmonies of #D68506
Complementary color
Monochromatic Colors of #D68506
Black with #D68506
Text Example
Text Example
White with #D68506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68506; }
p { color: rgb(214,133,6); }
H1.HeaderClassName
{
color: #D68506;
}
.AnyTagClassName
{
color: #D68506;
}
</style>
background-color css
<style>
a { background-color: #D68506; }
a { background-color: rgb(214,133,6); }
div.DivClassName
{
background-color: #D68506;
}
.BgClassName
{
background-color: #D68506;
}
</style>
border-color css
<style>
span { border-color: #D68506; }
span { border-color: rgb(214,133,6); }
td.TdClassName
{
border-color: #D68506;
}
.TagClassName
{
border-color: #D68506;
}
</style>