Shades of Gamboge #D39A00
Tints of Gamboge #D39A00
RGB
CMYK
RGB Variations
Color information
#D39A00 (or 0xD39A00) is known color: Gamboge. HEX triplet: D3, 9A and 00. RGB value is (211,154,0). Sum of RGB (Red+Green+Blue) = 211+154+0=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D39A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39A00 is #2C65FF. Grayscale: #9A9A9A. Windows color (decimal): -2909696 or 39635. OLE color: 39635.
HSL color Cylindrical-coordinate representation of color #D39A00: hue angle of 43.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D39A00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.17 |
| HSL | 43.79º | 1% | 0.41% | - |
| HSV(B) | 43.79º | 1% | 0.83% | - |
| XYZ | 38.42 | 36.96 | 5.11 | - |
| YUV | 153.49 | 41.38 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 0 | 0 | 0.27 | 1 | 0.17 | 43.79 | 1 | 0.41 |
| Hex | D3 | 9A | 0 | 0 | 1B | 64 | 11 | 2C | 64 | 29 |
| Octal | 323 | 232 | 0 | 0 | 33 | 144 | 21 | 54 | 144 | 51 |
| Binary | 11010011 | 10011010 | 0 | 0 | 11011 | 1100100 | 10001 | 101100 | 1100100 | 101001 |
Color Harmonies of #D39A00
Complementary color
Monochromatic Colors of #D39A00
Black with #D39A00
Text Example
Text Example
White with #D39A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39A00; }
p { color: rgb(211,154,0); }
H1.HeaderClassName
{
color: #D39A00;
}
.AnyTagClassName
{
color: #D39A00;
}
</style>
background-color css
<style>
a { background-color: #D39A00; }
a { background-color: rgb(211,154,0); }
div.DivClassName
{
background-color: #D39A00;
}
.BgClassName
{
background-color: #D39A00;
}
</style>
border-color css
<style>
span { border-color: #D39A00; }
span { border-color: rgb(211,154,0); }
td.TdClassName
{
border-color: #D39A00;
}
.TagClassName
{
border-color: #D39A00;
}
</style>