Shades of Gamboge #D28C00
Tints of Gamboge #D28C00
RGB
CMYK
RGB Variations
Color information
#D28C00 (or 0xD28C00) is known color: Gamboge. HEX triplet: D2, 8C and 00. RGB value is (210,140,0). Sum of RGB (Red+Green+Blue) = 210+140+0=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C00 is #2D73FF. Grayscale: #919191. Windows color (decimal): -2978816 or 36050. OLE color: 36050.
HSL color Cylindrical-coordinate representation of color #D28C00: hue angle of 40º 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 #D28C00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.18 |
| HSL | 40º | 1% | 0.41% | - |
| HSV(B) | 40º | 1% | 0.82% | - |
| XYZ | 35.96 | 32.46 | 4.37 | - |
| YUV | 144.97 | 46.19 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 0 | 0 | 0.33 | 1 | 0.18 | 40 | 1 | 0.41 |
| Hex | D2 | 8C | 0 | 0 | 21 | 64 | 12 | 28 | 64 | 29 |
| Octal | 322 | 214 | 0 | 0 | 41 | 144 | 22 | 50 | 144 | 51 |
| Binary | 11010010 | 10001100 | 0 | 0 | 100001 | 1100100 | 10010 | 101000 | 1100100 | 101001 |
Color Harmonies of #D28C00
Complementary color
Monochromatic Colors of #D28C00
Black with #D28C00
Text Example
Text Example
White with #D28C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C00; }
p { color: rgb(210,140,0); }
H1.HeaderClassName
{
color: #D28C00;
}
.AnyTagClassName
{
color: #D28C00;
}
</style>
background-color css
<style>
a { background-color: #D28C00; }
a { background-color: rgb(210,140,0); }
div.DivClassName
{
background-color: #D28C00;
}
.BgClassName
{
background-color: #D28C00;
}
</style>
border-color css
<style>
span { border-color: #D28C00; }
span { border-color: rgb(210,140,0); }
td.TdClassName
{
border-color: #D28C00;
}
.TagClassName
{
border-color: #D28C00;
}
</style>