Shades of Gamboge #DCB002
Tints of Gamboge #DCB002
RGB
CMYK
RGB Variations
Color information
#DCB002 (or 0xDCB002) is known color: Gamboge. HEX triplet: DC, B0 and 02. RGB value is (220,176,2). Sum of RGB (Red+Green+Blue) = 220+176+2=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB002 is #234FFD. Grayscale: #AAAAAA. Windows color (decimal): -2314238 or 176348. OLE color: 176348.
HSL color Cylindrical-coordinate representation of color #DCB002: hue angle of 47.89º 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 #DCB002 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 2 | - |
| CMYK | 0 | 0.2 | 0.99 | 0.14 |
| HSL | 47.89º | 0.98% | 0.44% | - |
| HSV(B) | 47.89º | 0.99% | 0.86% | - |
| XYZ | 45.05 | 46.27 | 6.61 | - |
| YUV | 169.32 | 33.58 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 2 | 0 | 0.2 | 0.99 | 0.14 | 47.89 | 0.98 | 0.44 |
| Hex | DC | B0 | 2 | 0 | 14 | 63 | E | 30 | 62 | 2C |
| Octal | 334 | 260 | 2 | 0 | 24 | 143 | 16 | 60 | 142 | 54 |
| Binary | 11011100 | 10110000 | 10 | 0 | 10100 | 1100011 | 1110 | 110000 | 1100010 | 101100 |
Color Harmonies of #DCB002
Complementary color
Monochromatic Colors of #DCB002
Black with #DCB002
Text Example
Text Example
White with #DCB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB002; }
p { color: rgb(220,176,2); }
H1.HeaderClassName
{
color: #DCB002;
}
.AnyTagClassName
{
color: #DCB002;
}
</style>
background-color css
<style>
a { background-color: #DCB002; }
a { background-color: rgb(220,176,2); }
div.DivClassName
{
background-color: #DCB002;
}
.BgClassName
{
background-color: #DCB002;
}
</style>
border-color css
<style>
span { border-color: #DCB002; }
span { border-color: rgb(220,176,2); }
td.TdClassName
{
border-color: #DCB002;
}
.TagClassName
{
border-color: #DCB002;
}
</style>