Shades of Gamboge #D69915
Tints of Gamboge #D69915
RGB
CMYK
RGB Variations
Color information
#D69915 (or 0xD69915) is known color: Gamboge. HEX triplet: D6, 99 and 15. RGB value is (214,153,21). Sum of RGB (Red+Green+Blue) = 214+153+21=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D69915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69915 is #2966EA. Grayscale: #9C9C9C. Windows color (decimal): -2713323 or 1415638. OLE color: 1415638.
HSL color Cylindrical-coordinate representation of color #D69915: hue angle of 41.04º 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 #D69915 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 21 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.16 |
| HSL | 41.04º | 0.82% | 0.46% | - |
| HSV(B) | 41.04º | 0.9% | 0.84% | - |
| XYZ | 39.26 | 37.13 | 5.81 | - |
| YUV | 156.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 21 | 0 | 0.29 | 0.90 | 0.16 | 41.04 | 0.82 | 0.46 |
| Hex | D6 | 99 | 15 | 0 | 1D | 5A | 10 | 29 | 52 | 2E |
| Octal | 326 | 231 | 25 | 0 | 35 | 132 | 20 | 51 | 122 | 56 |
| Binary | 11010110 | 10011001 | 10101 | 0 | 11101 | 1011010 | 10000 | 101001 | 1010010 | 101110 |
Color Harmonies of #D69915
Complementary color
Monochromatic Colors of #D69915
Black with #D69915
Text Example
Text Example
White with #D69915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69915; }
p { color: rgb(214,153,21); }
H1.HeaderClassName
{
color: #D69915;
}
.AnyTagClassName
{
color: #D69915;
}
</style>
background-color css
<style>
a { background-color: #D69915; }
a { background-color: rgb(214,153,21); }
div.DivClassName
{
background-color: #D69915;
}
.BgClassName
{
background-color: #D69915;
}
</style>
border-color css
<style>
span { border-color: #D69915; }
span { border-color: rgb(214,153,21); }
td.TdClassName
{
border-color: #D69915;
}
.TagClassName
{
border-color: #D69915;
}
</style>