Shades of Gamboge #D09512
Tints of Gamboge #D09512
RGB
CMYK
RGB Variations
Color information
#D09512 (or 0xD09512) is known color: Gamboge. HEX triplet: D0, 95 and 12. RGB value is (208,149,18). Sum of RGB (Red+Green+Blue) = 208+149+18=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D09512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09512 is #2F6AED. Grayscale: #989898. Windows color (decimal): -3107566 or 1218000. OLE color: 1218000.
HSL color Cylindrical-coordinate representation of color #D09512: hue angle of 41.37º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D09512 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 18 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.18 |
| HSL | 41.37º | 0.84% | 0.44% | - |
| HSV(B) | 41.37º | 0.91% | 0.82% | - |
| XYZ | 36.87 | 34.95 | 5.37 | - |
| YUV | 151.71 | 52.55 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 18 | 0 | 0.28 | 0.91 | 0.18 | 41.37 | 0.84 | 0.44 |
| Hex | D0 | 95 | 12 | 0 | 1C | 5B | 12 | 29 | 54 | 2C |
| Octal | 320 | 225 | 22 | 0 | 34 | 133 | 22 | 51 | 124 | 54 |
| Binary | 11010000 | 10010101 | 10010 | 0 | 11100 | 1011011 | 10010 | 101001 | 1010100 | 101100 |
Color Harmonies of #D09512
Complementary color
Monochromatic Colors of #D09512
Black with #D09512
Text Example
Text Example
White with #D09512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09512; }
p { color: rgb(208,149,18); }
H1.HeaderClassName
{
color: #D09512;
}
.AnyTagClassName
{
color: #D09512;
}
</style>
background-color css
<style>
a { background-color: #D09512; }
a { background-color: rgb(208,149,18); }
div.DivClassName
{
background-color: #D09512;
}
.BgClassName
{
background-color: #D09512;
}
</style>
border-color css
<style>
span { border-color: #D09512; }
span { border-color: rgb(208,149,18); }
td.TdClassName
{
border-color: #D09512;
}
.TagClassName
{
border-color: #D09512;
}
</style>