Shades of Gamboge #D69E08
Tints of Gamboge #D69E08
RGB
CMYK
RGB Variations
Color information
#D69E08 (or 0xD69E08) is known color: Gamboge. HEX triplet: D6, 9E and 08. RGB value is (214,158,8). Sum of RGB (Red+Green+Blue) = 214+158+8=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69E08 is #2961F7. Grayscale: #9E9E9E. Windows color (decimal): -2712056 or 564950. OLE color: 564950.
HSL color Cylindrical-coordinate representation of color #D69E08: hue angle of 43.69º 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 #D69E08 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 158 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.16 |
| HSL | 43.69º | 0.93% | 0.44% | - |
| HSV(B) | 43.69º | 0.96% | 0.84% | - |
| XYZ | 40 | 38.77 | 5.6 | - |
| YUV | 157.64 | 43.55 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 158 | 8 | 0 | 0.26 | 0.96 | 0.16 | 43.69 | 0.93 | 0.44 |
| Hex | D6 | 9E | 8 | 0 | 1A | 60 | 10 | 2C | 5D | 2C |
| Octal | 326 | 236 | 10 | 0 | 32 | 140 | 20 | 54 | 135 | 54 |
| Binary | 11010110 | 10011110 | 1000 | 0 | 11010 | 1100000 | 10000 | 101100 | 1011101 | 101100 |
Color Harmonies of #D69E08
Complementary color
Monochromatic Colors of #D69E08
Black with #D69E08
Text Example
Text Example
White with #D69E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69E08; }
p { color: rgb(214,158,8); }
H1.HeaderClassName
{
color: #D69E08;
}
.AnyTagClassName
{
color: #D69E08;
}
</style>
background-color css
<style>
a { background-color: #D69E08; }
a { background-color: rgb(214,158,8); }
div.DivClassName
{
background-color: #D69E08;
}
.BgClassName
{
background-color: #D69E08;
}
</style>
border-color css
<style>
span { border-color: #D69E08; }
span { border-color: rgb(214,158,8); }
td.TdClassName
{
border-color: #D69E08;
}
.TagClassName
{
border-color: #D69E08;
}
</style>