Shades of Gamboge #DC9702
Tints of Gamboge #DC9702
RGB
CMYK
RGB Variations
Color information
#DC9702 (or 0xDC9702) is known color: Gamboge. HEX triplet: DC, 97 and 02. RGB value is (220,151,2). Sum of RGB (Red+Green+Blue) = 220+151+2=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9702 is #2368FD. Grayscale: #9B9B9B. Windows color (decimal): -2320638 or 169948. OLE color: 169948.
HSL color Cylindrical-coordinate representation of color #DC9702: hue angle of 41.01º 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 #DC9702 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.14 |
| HSL | 41.01º | 0.98% | 0.44% | - |
| HSV(B) | 41.01º | 0.99% | 0.86% | - |
| XYZ | 40.59 | 37.35 | 5.13 | - |
| YUV | 154.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 2 | 0 | 0.31 | 0.99 | 0.14 | 41.01 | 0.98 | 0.44 |
| Hex | DC | 97 | 2 | 0 | 1F | 63 | E | 29 | 62 | 2C |
| Octal | 334 | 227 | 2 | 0 | 37 | 143 | 16 | 51 | 142 | 54 |
| Binary | 11011100 | 10010111 | 10 | 0 | 11111 | 1100011 | 1110 | 101001 | 1100010 | 101100 |
Color Harmonies of #DC9702
Complementary color
Monochromatic Colors of #DC9702
Black with #DC9702
Text Example
Text Example
White with #DC9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9702; }
p { color: rgb(220,151,2); }
H1.HeaderClassName
{
color: #DC9702;
}
.AnyTagClassName
{
color: #DC9702;
}
</style>
background-color css
<style>
a { background-color: #DC9702; }
a { background-color: rgb(220,151,2); }
div.DivClassName
{
background-color: #DC9702;
}
.BgClassName
{
background-color: #DC9702;
}
</style>
border-color css
<style>
span { border-color: #DC9702; }
span { border-color: rgb(220,151,2); }
td.TdClassName
{
border-color: #DC9702;
}
.TagClassName
{
border-color: #DC9702;
}
</style>