Shades of Gamboge #D09106
Tints of Gamboge #D09106
RGB
CMYK
RGB Variations
Color information
#D09106 (or 0xD09106) is known color: Gamboge. HEX triplet: D0, 91 and 06. RGB value is (208,145,6). Sum of RGB (Red+Green+Blue) = 208+145+6=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D09106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09106 is #2F6EF9. Grayscale: #949494. Windows color (decimal): -3108602 or 430544. OLE color: 430544.
HSL color Cylindrical-coordinate representation of color #D09106: hue angle of 41.29º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D09106 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.18 |
| HSL | 41.29º | 0.94% | 0.42% | - |
| HSV(B) | 41.29º | 0.97% | 0.82% | - |
| XYZ | 36.17 | 33.67 | 4.77 | - |
| YUV | 147.99 | 47.87 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 6 | 0 | 0.30 | 0.97 | 0.18 | 41.29 | 0.94 | 0.42 |
| Hex | D0 | 91 | 6 | 0 | 1E | 61 | 12 | 29 | 5E | 2A |
| Octal | 320 | 221 | 6 | 0 | 36 | 141 | 22 | 51 | 136 | 52 |
| Binary | 11010000 | 10010001 | 110 | 0 | 11110 | 1100001 | 10010 | 101001 | 1011110 | 101010 |
Color Harmonies of #D09106
Complementary color
Monochromatic Colors of #D09106
Black with #D09106
Text Example
Text Example
White with #D09106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09106; }
p { color: rgb(208,145,6); }
H1.HeaderClassName
{
color: #D09106;
}
.AnyTagClassName
{
color: #D09106;
}
</style>
background-color css
<style>
a { background-color: #D09106; }
a { background-color: rgb(208,145,6); }
div.DivClassName
{
background-color: #D09106;
}
.BgClassName
{
background-color: #D09106;
}
</style>
border-color css
<style>
span { border-color: #D09106; }
span { border-color: rgb(208,145,6); }
td.TdClassName
{
border-color: #D09106;
}
.TagClassName
{
border-color: #D09106;
}
</style>