Shades of Gamboge #D28C03
Tints of Gamboge #D28C03
RGB
CMYK
RGB Variations
Color information
#D28C03 (or 0xD28C03) is known color: Gamboge. HEX triplet: D2, 8C and 03. RGB value is (210,140,3). Sum of RGB (Red+Green+Blue) = 210+140+3=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C03 is #2D73FC. Grayscale: #919191. Windows color (decimal): -2978813 or 232658. OLE color: 232658.
HSL color Cylindrical-coordinate representation of color #D28C03: hue angle of 39.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D28C03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.18 |
| HSL | 39.71º | 0.97% | 0.42% | - |
| HSV(B) | 39.71º | 0.99% | 0.82% | - |
| XYZ | 35.97 | 32.46 | 4.46 | - |
| YUV | 145.31 | 47.69 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 3 | 0 | 0.33 | 0.99 | 0.18 | 39.71 | 0.97 | 0.42 |
| Hex | D2 | 8C | 3 | 0 | 21 | 63 | 12 | 28 | 61 | 2A |
| Octal | 322 | 214 | 3 | 0 | 41 | 143 | 22 | 50 | 141 | 52 |
| Binary | 11010010 | 10001100 | 11 | 0 | 100001 | 1100011 | 10010 | 101000 | 1100001 | 101010 |
Color Harmonies of #D28C03
Complementary color
Monochromatic Colors of #D28C03
Black with #D28C03
Text Example
Text Example
White with #D28C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C03; }
p { color: rgb(210,140,3); }
H1.HeaderClassName
{
color: #D28C03;
}
.AnyTagClassName
{
color: #D28C03;
}
</style>
background-color css
<style>
a { background-color: #D28C03; }
a { background-color: rgb(210,140,3); }
div.DivClassName
{
background-color: #D28C03;
}
.BgClassName
{
background-color: #D28C03;
}
</style>
border-color css
<style>
span { border-color: #D28C03; }
span { border-color: rgb(210,140,3); }
td.TdClassName
{
border-color: #D28C03;
}
.TagClassName
{
border-color: #D28C03;
}
</style>