Shades of Gamboge #D38A04
Tints of Gamboge #D38A04
RGB
CMYK
RGB Variations
Color information
#D38A04 (or 0xD38A04) is known color: Gamboge. HEX triplet: D3, 8A and 04. RGB value is (211,138,4). Sum of RGB (Red+Green+Blue) = 211+138+4=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A04 is #2C75FB. Grayscale: #919191. Windows color (decimal): -2913788 or 297683. OLE color: 297683.
HSL color Cylindrical-coordinate representation of color #D38A04: hue angle of 38.84º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D38A04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.17 |
| HSL | 38.84º | 0.96% | 0.42% | - |
| HSV(B) | 38.84º | 0.98% | 0.83% | - |
| XYZ | 35.97 | 32.03 | 4.4 | - |
| YUV | 144.55 | 48.68 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 4 | 0 | 0.35 | 0.98 | 0.17 | 38.84 | 0.96 | 0.42 |
| Hex | D3 | 8A | 4 | 0 | 23 | 62 | 11 | 27 | 60 | 2A |
| Octal | 323 | 212 | 4 | 0 | 43 | 142 | 21 | 47 | 140 | 52 |
| Binary | 11010011 | 10001010 | 100 | 0 | 100011 | 1100010 | 10001 | 100111 | 1100000 | 101010 |
Color Harmonies of #D38A04
Complementary color
Monochromatic Colors of #D38A04
Black with #D38A04
Text Example
Text Example
White with #D38A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A04; }
p { color: rgb(211,138,4); }
H1.HeaderClassName
{
color: #D38A04;
}
.AnyTagClassName
{
color: #D38A04;
}
</style>
background-color css
<style>
a { background-color: #D38A04; }
a { background-color: rgb(211,138,4); }
div.DivClassName
{
background-color: #D38A04;
}
.BgClassName
{
background-color: #D38A04;
}
</style>
border-color css
<style>
span { border-color: #D38A04; }
span { border-color: rgb(211,138,4); }
td.TdClassName
{
border-color: #D38A04;
}
.TagClassName
{
border-color: #D38A04;
}
</style>