Shades of Gamboge #D28D09
Tints of Gamboge #D28D09
RGB
CMYK
RGB Variations
Color information
#D28D09 (or 0xD28D09) is known color: Gamboge. HEX triplet: D2, 8D and 09. RGB value is (210,141,9). Sum of RGB (Red+Green+Blue) = 210+141+9=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28D09 is #2D72F6. Grayscale: #939393. Windows color (decimal): -2978551 or 626130. OLE color: 626130.
HSL color Cylindrical-coordinate representation of color #D28D09: hue angle of 39.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D28D09 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 9 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.18 |
| HSL | 39.4º | 0.92% | 0.43% | - |
| HSV(B) | 39.4º | 0.96% | 0.82% | - |
| XYZ | 36.15 | 32.77 | 4.68 | - |
| YUV | 146.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 9 | 0 | 0.33 | 0.96 | 0.18 | 39.4 | 0.92 | 0.43 |
| Hex | D2 | 8D | 9 | 0 | 21 | 60 | 12 | 27 | 5C | 2B |
| Octal | 322 | 215 | 11 | 0 | 41 | 140 | 22 | 47 | 134 | 53 |
| Binary | 11010010 | 10001101 | 1001 | 0 | 100001 | 1100000 | 10010 | 100111 | 1011100 | 101011 |
Color Harmonies of #D28D09
Complementary color
Monochromatic Colors of #D28D09
Black with #D28D09
Text Example
Text Example
White with #D28D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D09; }
p { color: rgb(210,141,9); }
H1.HeaderClassName
{
color: #D28D09;
}
.AnyTagClassName
{
color: #D28D09;
}
</style>
background-color css
<style>
a { background-color: #D28D09; }
a { background-color: rgb(210,141,9); }
div.DivClassName
{
background-color: #D28D09;
}
.BgClassName
{
background-color: #D28D09;
}
</style>
border-color css
<style>
span { border-color: #D28D09; }
span { border-color: rgb(210,141,9); }
td.TdClassName
{
border-color: #D28D09;
}
.TagClassName
{
border-color: #D28D09;
}
</style>