Shades of Gamboge #D39215
Tints of Gamboge #D39215
RGB
CMYK
RGB Variations
Color information
#D39215 (or 0xD39215) is known color: Gamboge. HEX triplet: D3, 92 and 15. RGB value is (211,146,21). Sum of RGB (Red+Green+Blue) = 211+146+21=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D39215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39215 is #2C6DEA. Grayscale: #979797. Windows color (decimal): -2911723 or 1413843. OLE color: 1413843.
HSL color Cylindrical-coordinate representation of color #D39215: hue angle of 39.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D39215 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 146 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.17 |
| HSL | 39.47º | 0.82% | 0.45% | - |
| HSV(B) | 39.47º | 0.9% | 0.83% | - |
| XYZ | 37.28 | 34.46 | 5.4 | - |
| YUV | 151.19 | 54.53 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 146 | 21 | 0 | 0.31 | 0.90 | 0.17 | 39.47 | 0.82 | 0.45 |
| Hex | D3 | 92 | 15 | 0 | 1F | 5A | 11 | 27 | 52 | 2D |
| Octal | 323 | 222 | 25 | 0 | 37 | 132 | 21 | 47 | 122 | 55 |
| Binary | 11010011 | 10010010 | 10101 | 0 | 11111 | 1011010 | 10001 | 100111 | 1010010 | 101101 |
Color Harmonies of #D39215
Complementary color
Monochromatic Colors of #D39215
Black with #D39215
Text Example
Text Example
White with #D39215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39215; }
p { color: rgb(211,146,21); }
H1.HeaderClassName
{
color: #D39215;
}
.AnyTagClassName
{
color: #D39215;
}
</style>
background-color css
<style>
a { background-color: #D39215; }
a { background-color: rgb(211,146,21); }
div.DivClassName
{
background-color: #D39215;
}
.BgClassName
{
background-color: #D39215;
}
</style>
border-color css
<style>
span { border-color: #D39215; }
span { border-color: rgb(211,146,21); }
td.TdClassName
{
border-color: #D39215;
}
.TagClassName
{
border-color: #D39215;
}
</style>