Shades of Gamboge #D28C02
Tints of Gamboge #D28C02
RGB
CMYK
RGB Variations
Color information
#D28C02 (or 0xD28C02) is known color: Gamboge. HEX triplet: D2, 8C and 02. RGB value is (210,140,2). Sum of RGB (Red+Green+Blue) = 210+140+2=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28C02 is #2D73FD. Grayscale: #919191. Windows color (decimal): -2978814 or 167122. OLE color: 167122.
HSL color Cylindrical-coordinate representation of color #D28C02: hue angle of 39.81º degrees, saturation: 0.98, 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 #D28C02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.18 |
| HSL | 39.81º | 0.98% | 0.42% | - |
| HSV(B) | 39.81º | 0.99% | 0.82% | - |
| XYZ | 35.97 | 32.46 | 4.43 | - |
| YUV | 145.2 | 47.19 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 2 | 0 | 0.33 | 0.99 | 0.18 | 39.81 | 0.98 | 0.42 |
| Hex | D2 | 8C | 2 | 0 | 21 | 63 | 12 | 28 | 62 | 2A |
| Octal | 322 | 214 | 2 | 0 | 41 | 143 | 22 | 50 | 142 | 52 |
| Binary | 11010010 | 10001100 | 10 | 0 | 100001 | 1100011 | 10010 | 101000 | 1100010 | 101010 |
Color Harmonies of #D28C02
Complementary color
Monochromatic Colors of #D28C02
Black with #D28C02
Text Example
Text Example
White with #D28C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C02; }
p { color: rgb(210,140,2); }
H1.HeaderClassName
{
color: #D28C02;
}
.AnyTagClassName
{
color: #D28C02;
}
</style>
background-color css
<style>
a { background-color: #D28C02; }
a { background-color: rgb(210,140,2); }
div.DivClassName
{
background-color: #D28C02;
}
.BgClassName
{
background-color: #D28C02;
}
</style>
border-color css
<style>
span { border-color: #D28C02; }
span { border-color: rgb(210,140,2); }
td.TdClassName
{
border-color: #D28C02;
}
.TagClassName
{
border-color: #D28C02;
}
</style>