Shades of Gamboge #D09D11
Tints of Gamboge #D09D11
RGB
CMYK
RGB Variations
Color information
#D09D11 (or 0xD09D11) is known color: Gamboge. HEX triplet: D0, 9D and 11. RGB value is (208,157,17). Sum of RGB (Red+Green+Blue) = 208+157+17=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09D11 is #2F62EE. Grayscale: #9C9C9C. Windows color (decimal): -3105519 or 1154512. OLE color: 1154512.
HSL color Cylindrical-coordinate representation of color #D09D11: hue angle of 43.98º degrees, saturation: 0.85, 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 #D09D11 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 17 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.18 |
| HSL | 43.98º | 0.85% | 0.44% | - |
| HSV(B) | 43.98º | 0.92% | 0.82% | - |
| XYZ | 38.17 | 37.56 | 5.77 | - |
| YUV | 156.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 17 | 0 | 0.25 | 0.92 | 0.18 | 43.98 | 0.85 | 0.44 |
| Hex | D0 | 9D | 11 | 0 | 19 | 5C | 12 | 2C | 55 | 2C |
| Octal | 320 | 235 | 21 | 0 | 31 | 134 | 22 | 54 | 125 | 54 |
| Binary | 11010000 | 10011101 | 10001 | 0 | 11001 | 1011100 | 10010 | 101100 | 1010101 | 101100 |
Color Harmonies of #D09D11
Complementary color
Monochromatic Colors of #D09D11
Black with #D09D11
Text Example
Text Example
White with #D09D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D11; }
p { color: rgb(208,157,17); }
H1.HeaderClassName
{
color: #D09D11;
}
.AnyTagClassName
{
color: #D09D11;
}
</style>
background-color css
<style>
a { background-color: #D09D11; }
a { background-color: rgb(208,157,17); }
div.DivClassName
{
background-color: #D09D11;
}
.BgClassName
{
background-color: #D09D11;
}
</style>
border-color css
<style>
span { border-color: #D09D11; }
span { border-color: rgb(208,157,17); }
td.TdClassName
{
border-color: #D09D11;
}
.TagClassName
{
border-color: #D09D11;
}
</style>