Shades of Gamboge #DC9103
Tints of Gamboge #DC9103
RGB
CMYK
RGB Variations
Color information
#DC9103 (or 0xDC9103) is known color: Gamboge. HEX triplet: DC, 91 and 03. RGB value is (220,145,3). Sum of RGB (Red+Green+Blue) = 220+145+3=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9103 is #236EFC. Grayscale: #979797. Windows color (decimal): -2322173 or 233948. OLE color: 233948.
HSL color Cylindrical-coordinate representation of color #DC9103: hue angle of 39.26º 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 #DC9103 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.14 |
| HSL | 39.26º | 0.97% | 0.44% | - |
| HSV(B) | 39.26º | 0.99% | 0.86% | - |
| XYZ | 39.66 | 35.47 | 4.84 | - |
| YUV | 151.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 3 | 0 | 0.34 | 0.99 | 0.14 | 39.26 | 0.97 | 0.44 |
| Hex | DC | 91 | 3 | 0 | 22 | 63 | E | 27 | 61 | 2C |
| Octal | 334 | 221 | 3 | 0 | 42 | 143 | 16 | 47 | 141 | 54 |
| Binary | 11011100 | 10010001 | 11 | 0 | 100010 | 1100011 | 1110 | 100111 | 1100001 | 101100 |
Color Harmonies of #DC9103
Complementary color
Monochromatic Colors of #DC9103
Black with #DC9103
Text Example
Text Example
White with #DC9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9103; }
p { color: rgb(220,145,3); }
H1.HeaderClassName
{
color: #DC9103;
}
.AnyTagClassName
{
color: #DC9103;
}
</style>
background-color css
<style>
a { background-color: #DC9103; }
a { background-color: rgb(220,145,3); }
div.DivClassName
{
background-color: #DC9103;
}
.BgClassName
{
background-color: #DC9103;
}
</style>
border-color css
<style>
span { border-color: #DC9103; }
span { border-color: rgb(220,145,3); }
td.TdClassName
{
border-color: #DC9103;
}
.TagClassName
{
border-color: #DC9103;
}
</style>