Shades of Gamboge #D69800
Tints of Gamboge #D69800
RGB
CMYK
RGB Variations
Color information
#D69800 (or 0xD69800) is known color: Gamboge. HEX triplet: D6, 98 and 00. RGB value is (214,152,0). Sum of RGB (Red+Green+Blue) = 214+152+0=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D69800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69800 is #2967FF. Grayscale: #999999. Windows color (decimal): -2713600 or 39126. OLE color: 39126.
HSL color Cylindrical-coordinate representation of color #D69800: hue angle of 42.62º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D69800 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.16 |
| HSL | 42.62º | 1% | 0.42% | - |
| HSV(B) | 42.62º | 1% | 0.84% | - |
| XYZ | 38.96 | 36.75 | 5.04 | - |
| YUV | 153.21 | 41.54 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 0 | 0 | 0.29 | 1 | 0.16 | 42.62 | 1 | 0.42 |
| Hex | D6 | 98 | 0 | 0 | 1D | 64 | 10 | 2B | 64 | 2A |
| Octal | 326 | 230 | 0 | 0 | 35 | 144 | 20 | 53 | 144 | 52 |
| Binary | 11010110 | 10011000 | 0 | 0 | 11101 | 1100100 | 10000 | 101011 | 1100100 | 101010 |
Color Harmonies of #D69800
Complementary color
Monochromatic Colors of #D69800
Black with #D69800
Text Example
Text Example
White with #D69800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69800; }
p { color: rgb(214,152,0); }
H1.HeaderClassName
{
color: #D69800;
}
.AnyTagClassName
{
color: #D69800;
}
</style>
background-color css
<style>
a { background-color: #D69800; }
a { background-color: rgb(214,152,0); }
div.DivClassName
{
background-color: #D69800;
}
.BgClassName
{
background-color: #D69800;
}
</style>
border-color css
<style>
span { border-color: #D69800; }
span { border-color: rgb(214,152,0); }
td.TdClassName
{
border-color: #D69800;
}
.TagClassName
{
border-color: #D69800;
}
</style>