Shades of Gamboge #D28C04
Tints of Gamboge #D28C04
RGB
CMYK
RGB Variations
Color information
#D28C04 (or 0xD28C04) is known color: Gamboge. HEX triplet: D2, 8C and 04. RGB value is (210,140,4). Sum of RGB (Red+Green+Blue) = 210+140+4=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C04 is #2D73FB. Grayscale: #929292. Windows color (decimal): -2978812 or 298194. OLE color: 298194.
HSL color Cylindrical-coordinate representation of color #D28C04: hue angle of 39.61º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D28C04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.18 |
| HSL | 39.61º | 0.96% | 0.42% | - |
| HSV(B) | 39.61º | 0.98% | 0.82% | - |
| XYZ | 35.98 | 32.47 | 4.49 | - |
| YUV | 145.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 4 | 0 | 0.33 | 0.98 | 0.18 | 39.61 | 0.96 | 0.42 |
| Hex | D2 | 8C | 4 | 0 | 21 | 62 | 12 | 28 | 60 | 2A |
| Octal | 322 | 214 | 4 | 0 | 41 | 142 | 22 | 50 | 140 | 52 |
| Binary | 11010010 | 10001100 | 100 | 0 | 100001 | 1100010 | 10010 | 101000 | 1100000 | 101010 |
Color Harmonies of #D28C04
Complementary color
Monochromatic Colors of #D28C04
Black with #D28C04
Text Example
Text Example
White with #D28C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C04; }
p { color: rgb(210,140,4); }
H1.HeaderClassName
{
color: #D28C04;
}
.AnyTagClassName
{
color: #D28C04;
}
</style>
background-color css
<style>
a { background-color: #D28C04; }
a { background-color: rgb(210,140,4); }
div.DivClassName
{
background-color: #D28C04;
}
.BgClassName
{
background-color: #D28C04;
}
</style>
border-color css
<style>
span { border-color: #D28C04; }
span { border-color: rgb(210,140,4); }
td.TdClassName
{
border-color: #D28C04;
}
.TagClassName
{
border-color: #D28C04;
}
</style>