Shades of Gamboge #D09D0D
Tints of Gamboge #D09D0D
RGB
CMYK
RGB Variations
Color information
#D09D0D (or 0xD09D0D) is known color: Gamboge. HEX triplet: D0, 9D and 0D. RGB value is (208,157,13). Sum of RGB (Red+Green+Blue) = 208+157+13=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09D0D is #2F62F2. Grayscale: #9C9C9C. Windows color (decimal): -3105523 or 892368. OLE color: 892368.
HSL color Cylindrical-coordinate representation of color #D09D0D: hue angle of 44.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D09D0D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.18 |
| HSL | 44.31º | 0.88% | 0.43% | - |
| HSV(B) | 44.31º | 0.94% | 0.82% | - |
| XYZ | 38.14 | 37.55 | 5.62 | - |
| YUV | 155.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 13 | 0 | 0.25 | 0.94 | 0.18 | 44.31 | 0.88 | 0.43 |
| Hex | D0 | 9D | D | 0 | 19 | 5E | 12 | 2C | 58 | 2B |
| Octal | 320 | 235 | 15 | 0 | 31 | 136 | 22 | 54 | 130 | 53 |
| Binary | 11010000 | 10011101 | 1101 | 0 | 11001 | 1011110 | 10010 | 101100 | 1011000 | 101011 |
Color Harmonies of #D09D0D
Complementary color
Monochromatic Colors of #D09D0D
Black with #D09D0D
Text Example
Text Example
White with #D09D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D0D; }
p { color: rgb(208,157,13); }
H1.HeaderClassName
{
color: #D09D0D;
}
.AnyTagClassName
{
color: #D09D0D;
}
</style>
background-color css
<style>
a { background-color: #D09D0D; }
a { background-color: rgb(208,157,13); }
div.DivClassName
{
background-color: #D09D0D;
}
.BgClassName
{
background-color: #D09D0D;
}
</style>
border-color css
<style>
span { border-color: #D09D0D; }
span { border-color: rgb(208,157,13); }
td.TdClassName
{
border-color: #D09D0D;
}
.TagClassName
{
border-color: #D09D0D;
}
</style>