Shades of Gamboge #D38A12
Tints of Gamboge #D38A12
RGB
CMYK
RGB Variations
Color information
#D38A12 (or 0xD38A12) is known color: Gamboge. HEX triplet: D3, 8A and 12. RGB value is (211,138,18). Sum of RGB (Red+Green+Blue) = 211+138+18=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A12 is #2C75ED. Grayscale: #929292. Windows color (decimal): -2913774 or 1215187. OLE color: 1215187.
HSL color Cylindrical-coordinate representation of color #D38A12: hue angle of 37.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D38A12 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 18 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.17 |
| HSL | 37.31º | 0.84% | 0.45% | - |
| HSV(B) | 37.31º | 0.91% | 0.83% | - |
| XYZ | 36.06 | 32.07 | 4.86 | - |
| YUV | 146.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 18 | 0 | 0.35 | 0.91 | 0.17 | 37.31 | 0.84 | 0.45 |
| Hex | D3 | 8A | 12 | 0 | 23 | 5B | 11 | 25 | 54 | 2D |
| Octal | 323 | 212 | 22 | 0 | 43 | 133 | 21 | 45 | 124 | 55 |
| Binary | 11010011 | 10001010 | 10010 | 0 | 100011 | 1011011 | 10001 | 100101 | 1010100 | 101101 |
Color Harmonies of #D38A12
Complementary color
Monochromatic Colors of #D38A12
Black with #D38A12
Text Example
Text Example
White with #D38A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A12; }
p { color: rgb(211,138,18); }
H1.HeaderClassName
{
color: #D38A12;
}
.AnyTagClassName
{
color: #D38A12;
}
</style>
background-color css
<style>
a { background-color: #D38A12; }
a { background-color: rgb(211,138,18); }
div.DivClassName
{
background-color: #D38A12;
}
.BgClassName
{
background-color: #D38A12;
}
</style>
border-color css
<style>
span { border-color: #D38A12; }
span { border-color: rgb(211,138,18); }
td.TdClassName
{
border-color: #D38A12;
}
.TagClassName
{
border-color: #D38A12;
}
</style>