Shades of Gamboge #D09B08
Tints of Gamboge #D09B08
RGB
CMYK
RGB Variations
Color information
#D09B08 (or 0xD09B08) is known color: Gamboge. HEX triplet: D0, 9B and 08. RGB value is (208,155,8). Sum of RGB (Red+Green+Blue) = 208+155+8=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09B08 is #2F64F7. Grayscale: #9A9A9A. Windows color (decimal): -3106040 or 564176. OLE color: 564176.
HSL color Cylindrical-coordinate representation of color #D09B08: hue angle of 44.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D09B08 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 8 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.18 |
| HSL | 44.1º | 0.93% | 0.42% | - |
| HSV(B) | 44.1º | 0.96% | 0.82% | - |
| XYZ | 37.78 | 36.87 | 5.36 | - |
| YUV | 154.09 | 45.56 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 8 | 0 | 0.25 | 0.96 | 0.18 | 44.1 | 0.93 | 0.42 |
| Hex | D0 | 9B | 8 | 0 | 19 | 60 | 12 | 2C | 5D | 2A |
| Octal | 320 | 233 | 10 | 0 | 31 | 140 | 22 | 54 | 135 | 52 |
| Binary | 11010000 | 10011011 | 1000 | 0 | 11001 | 1100000 | 10010 | 101100 | 1011101 | 101010 |
Color Harmonies of #D09B08
Complementary color
Monochromatic Colors of #D09B08
Black with #D09B08
Text Example
Text Example
White with #D09B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B08; }
p { color: rgb(208,155,8); }
H1.HeaderClassName
{
color: #D09B08;
}
.AnyTagClassName
{
color: #D09B08;
}
</style>
background-color css
<style>
a { background-color: #D09B08; }
a { background-color: rgb(208,155,8); }
div.DivClassName
{
background-color: #D09B08;
}
.BgClassName
{
background-color: #D09B08;
}
</style>
border-color css
<style>
span { border-color: #D09B08; }
span { border-color: rgb(208,155,8); }
td.TdClassName
{
border-color: #D09B08;
}
.TagClassName
{
border-color: #D09B08;
}
</style>