Shades of Gamboge #D28D0A
Tints of Gamboge #D28D0A
RGB
CMYK
RGB Variations
Color information
#D28D0A (or 0xD28D0A) is known color: Gamboge. HEX triplet: D2, 8D and 0A. RGB value is (210,141,10). Sum of RGB (Red+Green+Blue) = 210+141+10=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28D0A is #2D72F5. Grayscale: #939393. Windows color (decimal): -2978550 or 691666. OLE color: 691666.
HSL color Cylindrical-coordinate representation of color #D28D0A: hue angle of 39.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D28D0A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 10 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.18 |
| HSL | 39.3º | 0.91% | 0.43% | - |
| HSV(B) | 39.3º | 0.95% | 0.82% | - |
| XYZ | 36.16 | 32.77 | 4.71 | - |
| YUV | 146.7 | 50.86 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 10 | 0 | 0.33 | 0.95 | 0.18 | 39.3 | 0.91 | 0.43 |
| Hex | D2 | 8D | A | 0 | 21 | 5F | 12 | 27 | 5B | 2B |
| Octal | 322 | 215 | 12 | 0 | 41 | 137 | 22 | 47 | 133 | 53 |
| Binary | 11010010 | 10001101 | 1010 | 0 | 100001 | 1011111 | 10010 | 100111 | 1011011 | 101011 |
Color Harmonies of #D28D0A
Complementary color
Monochromatic Colors of #D28D0A
Black with #D28D0A
Text Example
Text Example
White with #D28D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D0A; }
p { color: rgb(210,141,10); }
H1.HeaderClassName
{
color: #D28D0A;
}
.AnyTagClassName
{
color: #D28D0A;
}
</style>
background-color css
<style>
a { background-color: #D28D0A; }
a { background-color: rgb(210,141,10); }
div.DivClassName
{
background-color: #D28D0A;
}
.BgClassName
{
background-color: #D28D0A;
}
</style>
border-color css
<style>
span { border-color: #D28D0A; }
span { border-color: rgb(210,141,10); }
td.TdClassName
{
border-color: #D28D0A;
}
.TagClassName
{
border-color: #D28D0A;
}
</style>