Shades of Gamboge #D38E14
Tints of Gamboge #D38E14
RGB
CMYK
RGB Variations
Color information
#D38E14 (or 0xD38E14) is known color: Gamboge. HEX triplet: D3, 8E and 14. RGB value is (211,142,20). Sum of RGB (Red+Green+Blue) = 211+142+20=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38E14 is #2C71EB. Grayscale: #959595. Windows color (decimal): -2912748 or 1347283. OLE color: 1347283.
HSL color Cylindrical-coordinate representation of color #D38E14: hue angle of 38.32º degrees, saturation: 0.83, 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 #D38E14 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 20 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.17 |
| HSL | 38.32º | 0.83% | 0.45% | - |
| HSV(B) | 38.32º | 0.91% | 0.83% | - |
| XYZ | 36.66 | 33.25 | 5.15 | - |
| YUV | 148.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 20 | 0 | 0.33 | 0.91 | 0.17 | 38.32 | 0.83 | 0.45 |
| Hex | D3 | 8E | 14 | 0 | 21 | 5B | 11 | 26 | 53 | 2D |
| Octal | 323 | 216 | 24 | 0 | 41 | 133 | 21 | 46 | 123 | 55 |
| Binary | 11010011 | 10001110 | 10100 | 0 | 100001 | 1011011 | 10001 | 100110 | 1010011 | 101101 |
Color Harmonies of #D38E14
Complementary color
Monochromatic Colors of #D38E14
Black with #D38E14
Text Example
Text Example
White with #D38E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38E14; }
p { color: rgb(211,142,20); }
H1.HeaderClassName
{
color: #D38E14;
}
.AnyTagClassName
{
color: #D38E14;
}
</style>
background-color css
<style>
a { background-color: #D38E14; }
a { background-color: rgb(211,142,20); }
div.DivClassName
{
background-color: #D38E14;
}
.BgClassName
{
background-color: #D38E14;
}
</style>
border-color css
<style>
span { border-color: #D38E14; }
span { border-color: rgb(211,142,20); }
td.TdClassName
{
border-color: #D38E14;
}
.TagClassName
{
border-color: #D38E14;
}
</style>