Shades of Gamboge #DC9703
Tints of Gamboge #DC9703
RGB
CMYK
RGB Variations
Color information
#DC9703 (or 0xDC9703) is known color: Gamboge. HEX triplet: DC, 97 and 03. RGB value is (220,151,3). Sum of RGB (Red+Green+Blue) = 220+151+3=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9703 is #2368FC. Grayscale: #9B9B9B. Windows color (decimal): -2320637 or 235484. OLE color: 235484.
HSL color Cylindrical-coordinate representation of color #DC9703: hue angle of 40.92º degrees, saturation: 0.97, 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 #DC9703 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.14 |
| HSL | 40.92º | 0.97% | 0.44% | - |
| HSV(B) | 40.92º | 0.99% | 0.86% | - |
| XYZ | 40.6 | 37.36 | 5.16 | - |
| YUV | 154.76 | 42.36 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 3 | 0 | 0.31 | 0.99 | 0.14 | 40.92 | 0.97 | 0.44 |
| Hex | DC | 97 | 3 | 0 | 1F | 63 | E | 29 | 61 | 2C |
| Octal | 334 | 227 | 3 | 0 | 37 | 143 | 16 | 51 | 141 | 54 |
| Binary | 11011100 | 10010111 | 11 | 0 | 11111 | 1100011 | 1110 | 101001 | 1100001 | 101100 |
Color Harmonies of #DC9703
Complementary color
Monochromatic Colors of #DC9703
Black with #DC9703
Text Example
Text Example
White with #DC9703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9703; }
p { color: rgb(220,151,3); }
H1.HeaderClassName
{
color: #DC9703;
}
.AnyTagClassName
{
color: #DC9703;
}
</style>
background-color css
<style>
a { background-color: #DC9703; }
a { background-color: rgb(220,151,3); }
div.DivClassName
{
background-color: #DC9703;
}
.BgClassName
{
background-color: #DC9703;
}
</style>
border-color css
<style>
span { border-color: #DC9703; }
span { border-color: rgb(220,151,3); }
td.TdClassName
{
border-color: #DC9703;
}
.TagClassName
{
border-color: #DC9703;
}
</style>