Shades of Gamboge #DC900D
Tints of Gamboge #DC900D
RGB
CMYK
RGB Variations
Color information
#DC900D (or 0xDC900D) is known color: Gamboge. HEX triplet: DC, 90 and 0D. RGB value is (220,144,13). Sum of RGB (Red+Green+Blue) = 220+144+13=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC900D is #236FF2. Grayscale: #989898. Windows color (decimal): -2322419 or 889052. OLE color: 889052.
HSL color Cylindrical-coordinate representation of color #DC900D: hue angle of 37.97º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC900D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.14 |
| HSL | 37.97º | 0.89% | 0.46% | - |
| HSV(B) | 37.97º | 0.94% | 0.86% | - |
| XYZ | 39.56 | 35.19 | 5.09 | - |
| YUV | 151.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 13 | 0 | 0.35 | 0.94 | 0.14 | 37.97 | 0.89 | 0.46 |
| Hex | DC | 90 | D | 0 | 23 | 5E | E | 26 | 59 | 2E |
| Octal | 334 | 220 | 15 | 0 | 43 | 136 | 16 | 46 | 131 | 56 |
| Binary | 11011100 | 10010000 | 1101 | 0 | 100011 | 1011110 | 1110 | 100110 | 1011001 | 101110 |
Color Harmonies of #DC900D
Complementary color
Monochromatic Colors of #DC900D
Black with #DC900D
Text Example
Text Example
White with #DC900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC900D; }
p { color: rgb(220,144,13); }
H1.HeaderClassName
{
color: #DC900D;
}
.AnyTagClassName
{
color: #DC900D;
}
</style>
background-color css
<style>
a { background-color: #DC900D; }
a { background-color: rgb(220,144,13); }
div.DivClassName
{
background-color: #DC900D;
}
.BgClassName
{
background-color: #DC900D;
}
</style>
border-color css
<style>
span { border-color: #DC900D; }
span { border-color: rgb(220,144,13); }
td.TdClassName
{
border-color: #DC900D;
}
.TagClassName
{
border-color: #DC900D;
}
</style>