Shades of Gamboge #D38F12
Tints of Gamboge #D38F12
RGB
CMYK
RGB Variations
Color information
#D38F12 (or 0xD38F12) is known color: Gamboge. HEX triplet: D3, 8F and 12. RGB value is (211,143,18). Sum of RGB (Red+Green+Blue) = 211+143+18=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38F12 is #2C70ED. Grayscale: #959595. Windows color (decimal): -2912494 or 1216467. OLE color: 1216467.
HSL color Cylindrical-coordinate representation of color #D38F12: hue angle of 38.86º 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 #D38F12 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 18 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.17 |
| HSL | 38.86º | 0.84% | 0.45% | - |
| HSV(B) | 38.86º | 0.91% | 0.83% | - |
| XYZ | 36.8 | 33.54 | 5.11 | - |
| YUV | 149.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 18 | 0 | 0.32 | 0.91 | 0.17 | 38.86 | 0.84 | 0.45 |
| Hex | D3 | 8F | 12 | 0 | 20 | 5B | 11 | 27 | 54 | 2D |
| Octal | 323 | 217 | 22 | 0 | 40 | 133 | 21 | 47 | 124 | 55 |
| Binary | 11010011 | 10001111 | 10010 | 0 | 100000 | 1011011 | 10001 | 100111 | 1010100 | 101101 |
Color Harmonies of #D38F12
Complementary color
Monochromatic Colors of #D38F12
Black with #D38F12
Text Example
Text Example
White with #D38F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F12; }
p { color: rgb(211,143,18); }
H1.HeaderClassName
{
color: #D38F12;
}
.AnyTagClassName
{
color: #D38F12;
}
</style>
background-color css
<style>
a { background-color: #D38F12; }
a { background-color: rgb(211,143,18); }
div.DivClassName
{
background-color: #D38F12;
}
.BgClassName
{
background-color: #D38F12;
}
</style>
border-color css
<style>
span { border-color: #D38F12; }
span { border-color: rgb(211,143,18); }
td.TdClassName
{
border-color: #D38F12;
}
.TagClassName
{
border-color: #D38F12;
}
</style>