Shades of Gamboge #D28D00
Tints of Gamboge #D28D00
RGB
CMYK
RGB Variations
Color information
#D28D00 (or 0xD28D00) is known color: Gamboge. HEX triplet: D2, 8D and 00. RGB value is (210,141,0). Sum of RGB (Red+Green+Blue) = 210+141+0=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28D00 is #2D72FF. Grayscale: #929292. Windows color (decimal): -2978560 or 36306. OLE color: 36306.
HSL color Cylindrical-coordinate representation of color #D28D00: hue angle of 40.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D28D00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.18 |
| HSL | 40.29º | 1% | 0.41% | - |
| HSV(B) | 40.29º | 1% | 0.82% | - |
| XYZ | 36.1 | 32.75 | 4.42 | - |
| YUV | 145.56 | 45.86 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 0 | 0 | 0.33 | 1 | 0.18 | 40.29 | 1 | 0.41 |
| Hex | D2 | 8D | 0 | 0 | 21 | 64 | 12 | 28 | 64 | 29 |
| Octal | 322 | 215 | 0 | 0 | 41 | 144 | 22 | 50 | 144 | 51 |
| Binary | 11010010 | 10001101 | 0 | 0 | 100001 | 1100100 | 10010 | 101000 | 1100100 | 101001 |
Color Harmonies of #D28D00
Complementary color
Monochromatic Colors of #D28D00
Black with #D28D00
Text Example
Text Example
White with #D28D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D00; }
p { color: rgb(210,141,0); }
H1.HeaderClassName
{
color: #D28D00;
}
.AnyTagClassName
{
color: #D28D00;
}
</style>
background-color css
<style>
a { background-color: #D28D00; }
a { background-color: rgb(210,141,0); }
div.DivClassName
{
background-color: #D28D00;
}
.BgClassName
{
background-color: #D28D00;
}
</style>
border-color css
<style>
span { border-color: #D28D00; }
span { border-color: rgb(210,141,0); }
td.TdClassName
{
border-color: #D28D00;
}
.TagClassName
{
border-color: #D28D00;
}
</style>