Shades of Gamboge #D09310
Tints of Gamboge #D09310
RGB
CMYK
RGB Variations
Color information
#D09310 (or 0xD09310) is known color: Gamboge. HEX triplet: D0, 93 and 10. RGB value is (208,147,16). Sum of RGB (Red+Green+Blue) = 208+147+16=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D09310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09310 is #2F6CEF. Grayscale: #969696. Windows color (decimal): -3108080 or 1086416. OLE color: 1086416.
HSL color Cylindrical-coordinate representation of color #D09310: hue angle of 40.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D09310 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 16 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.18 |
| HSL | 40.94º | 0.86% | 0.44% | - |
| HSV(B) | 40.94º | 0.92% | 0.82% | - |
| XYZ | 36.54 | 34.31 | 5.19 | - |
| YUV | 150.31 | 52.21 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 16 | 0 | 0.29 | 0.92 | 0.18 | 40.94 | 0.86 | 0.44 |
| Hex | D0 | 93 | 10 | 0 | 1D | 5C | 12 | 29 | 56 | 2C |
| Octal | 320 | 223 | 20 | 0 | 35 | 134 | 22 | 51 | 126 | 54 |
| Binary | 11010000 | 10010011 | 10000 | 0 | 11101 | 1011100 | 10010 | 101001 | 1010110 | 101100 |
Color Harmonies of #D09310
Complementary color
Monochromatic Colors of #D09310
Black with #D09310
Text Example
Text Example
White with #D09310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09310; }
p { color: rgb(208,147,16); }
H1.HeaderClassName
{
color: #D09310;
}
.AnyTagClassName
{
color: #D09310;
}
</style>
background-color css
<style>
a { background-color: #D09310; }
a { background-color: rgb(208,147,16); }
div.DivClassName
{
background-color: #D09310;
}
.BgClassName
{
background-color: #D09310;
}
</style>
border-color css
<style>
span { border-color: #D09310; }
span { border-color: rgb(208,147,16); }
td.TdClassName
{
border-color: #D09310;
}
.TagClassName
{
border-color: #D09310;
}
</style>