Shades of Gamboge #D69115
Tints of Gamboge #D69115
RGB
CMYK
RGB Variations
Color information
#D69115 (or 0xD69115) is known color: Gamboge. HEX triplet: D6, 91 and 15. RGB value is (214,145,21). Sum of RGB (Red+Green+Blue) = 214+145+21=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D69115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69115 is #296EEA. Grayscale: #989898. Windows color (decimal): -2715371 or 1413590. OLE color: 1413590.
HSL color Cylindrical-coordinate representation of color #D69115: hue angle of 38.55º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D69115 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.16 |
| HSL | 38.55º | 0.82% | 0.46% | - |
| HSV(B) | 38.55º | 0.9% | 0.84% | - |
| XYZ | 37.99 | 34.6 | 5.39 | - |
| YUV | 151.5 | 54.36 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 21 | 0 | 0.32 | 0.90 | 0.16 | 38.55 | 0.82 | 0.46 |
| Hex | D6 | 91 | 15 | 0 | 20 | 5A | 10 | 27 | 52 | 2E |
| Octal | 326 | 221 | 25 | 0 | 40 | 132 | 20 | 47 | 122 | 56 |
| Binary | 11010110 | 10010001 | 10101 | 0 | 100000 | 1011010 | 10000 | 100111 | 1010010 | 101110 |
Color Harmonies of #D69115
Complementary color
Monochromatic Colors of #D69115
Black with #D69115
Text Example
Text Example
White with #D69115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69115; }
p { color: rgb(214,145,21); }
H1.HeaderClassName
{
color: #D69115;
}
.AnyTagClassName
{
color: #D69115;
}
</style>
background-color css
<style>
a { background-color: #D69115; }
a { background-color: rgb(214,145,21); }
div.DivClassName
{
background-color: #D69115;
}
.BgClassName
{
background-color: #D69115;
}
</style>
border-color css
<style>
span { border-color: #D69115; }
span { border-color: rgb(214,145,21); }
td.TdClassName
{
border-color: #D69115;
}
.TagClassName
{
border-color: #D69115;
}
</style>