Shades of Gamboge #D68A08
Tints of Gamboge #D68A08
RGB
CMYK
RGB Variations
Color information
#D68A08 (or 0xD68A08) is known color: Gamboge. HEX triplet: D6, 8A and 08. RGB value is (214,138,8). Sum of RGB (Red+Green+Blue) = 214+138+8=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68A08 is #2975F7. Grayscale: #929292. Windows color (decimal): -2717176 or 559830. OLE color: 559830.
HSL color Cylindrical-coordinate representation of color #D68A08: hue angle of 37.86º degrees, saturation: 0.93, 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 #D68A08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.16 |
| HSL | 37.86º | 0.93% | 0.44% | - |
| HSV(B) | 37.86º | 0.96% | 0.84% | - |
| XYZ | 36.86 | 32.49 | 4.56 | - |
| YUV | 145.9 | 50.18 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 8 | 0 | 0.36 | 0.96 | 0.16 | 37.86 | 0.93 | 0.44 |
| Hex | D6 | 8A | 8 | 0 | 24 | 60 | 10 | 26 | 5D | 2C |
| Octal | 326 | 212 | 10 | 0 | 44 | 140 | 20 | 46 | 135 | 54 |
| Binary | 11010110 | 10001010 | 1000 | 0 | 100100 | 1100000 | 10000 | 100110 | 1011101 | 101100 |
Color Harmonies of #D68A08
Complementary color
Monochromatic Colors of #D68A08
Black with #D68A08
Text Example
Text Example
White with #D68A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A08; }
p { color: rgb(214,138,8); }
H1.HeaderClassName
{
color: #D68A08;
}
.AnyTagClassName
{
color: #D68A08;
}
</style>
background-color css
<style>
a { background-color: #D68A08; }
a { background-color: rgb(214,138,8); }
div.DivClassName
{
background-color: #D68A08;
}
.BgClassName
{
background-color: #D68A08;
}
</style>
border-color css
<style>
span { border-color: #D68A08; }
span { border-color: rgb(214,138,8); }
td.TdClassName
{
border-color: #D68A08;
}
.TagClassName
{
border-color: #D68A08;
}
</style>