Shades of Gamboge #D38A11
Tints of Gamboge #D38A11
RGB
CMYK
RGB Variations
Color information
#D38A11 (or 0xD38A11) is known color: Gamboge. HEX triplet: D3, 8A and 11. RGB value is (211,138,17). Sum of RGB (Red+Green+Blue) = 211+138+17=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A11 is #2C75EE. Grayscale: #929292. Windows color (decimal): -2913775 or 1149651. OLE color: 1149651.
HSL color Cylindrical-coordinate representation of color #D38A11: hue angle of 37.42º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D38A11 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 17 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.17 |
| HSL | 37.42º | 0.85% | 0.45% | - |
| HSV(B) | 37.42º | 0.92% | 0.83% | - |
| XYZ | 36.05 | 32.07 | 4.82 | - |
| YUV | 146.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 17 | 0 | 0.35 | 0.92 | 0.17 | 37.42 | 0.85 | 0.45 |
| Hex | D3 | 8A | 11 | 0 | 23 | 5C | 11 | 25 | 55 | 2D |
| Octal | 323 | 212 | 21 | 0 | 43 | 134 | 21 | 45 | 125 | 55 |
| Binary | 11010011 | 10001010 | 10001 | 0 | 100011 | 1011100 | 10001 | 100101 | 1010101 | 101101 |
Color Harmonies of #D38A11
Complementary color
Monochromatic Colors of #D38A11
Black with #D38A11
Text Example
Text Example
White with #D38A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A11; }
p { color: rgb(211,138,17); }
H1.HeaderClassName
{
color: #D38A11;
}
.AnyTagClassName
{
color: #D38A11;
}
</style>
background-color css
<style>
a { background-color: #D38A11; }
a { background-color: rgb(211,138,17); }
div.DivClassName
{
background-color: #D38A11;
}
.BgClassName
{
background-color: #D38A11;
}
</style>
border-color css
<style>
span { border-color: #D38A11; }
span { border-color: rgb(211,138,17); }
td.TdClassName
{
border-color: #D38A11;
}
.TagClassName
{
border-color: #D38A11;
}
</style>