Shades of Gamboge #DC8B02
Tints of Gamboge #DC8B02
RGB
CMYK
RGB Variations
Color information
#DC8B02 (or 0xDC8B02) is known color: Gamboge. HEX triplet: DC, 8B and 02. RGB value is (220,139,2). Sum of RGB (Red+Green+Blue) = 220+139+2=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8B02 is #2374FD. Grayscale: #949494. Windows color (decimal): -2323710 or 166876. OLE color: 166876.
HSL color Cylindrical-coordinate representation of color #DC8B02: hue angle of 37.71º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC8B02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.14 |
| HSL | 37.71º | 0.98% | 0.44% | - |
| HSV(B) | 37.71º | 0.99% | 0.86% | - |
| XYZ | 38.76 | 33.69 | 4.52 | - |
| YUV | 147.6 | 45.84 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 2 | 0 | 0.37 | 0.99 | 0.14 | 37.71 | 0.98 | 0.44 |
| Hex | DC | 8B | 2 | 0 | 25 | 63 | E | 26 | 62 | 2C |
| Octal | 334 | 213 | 2 | 0 | 45 | 143 | 16 | 46 | 142 | 54 |
| Binary | 11011100 | 10001011 | 10 | 0 | 100101 | 1100011 | 1110 | 100110 | 1100010 | 101100 |
Color Harmonies of #DC8B02
Complementary color
Monochromatic Colors of #DC8B02
Black with #DC8B02
Text Example
Text Example
White with #DC8B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B02; }
p { color: rgb(220,139,2); }
H1.HeaderClassName
{
color: #DC8B02;
}
.AnyTagClassName
{
color: #DC8B02;
}
</style>
background-color css
<style>
a { background-color: #DC8B02; }
a { background-color: rgb(220,139,2); }
div.DivClassName
{
background-color: #DC8B02;
}
.BgClassName
{
background-color: #DC8B02;
}
</style>
border-color css
<style>
span { border-color: #DC8B02; }
span { border-color: rgb(220,139,2); }
td.TdClassName
{
border-color: #DC8B02;
}
.TagClassName
{
border-color: #DC8B02;
}
</style>