Shades of Gamboge #DC910D
Tints of Gamboge #DC910D
RGB
CMYK
RGB Variations
Color information
#DC910D (or 0xDC910D) is known color: Gamboge. HEX triplet: DC, 91 and 0D. RGB value is (220,145,13). Sum of RGB (Red+Green+Blue) = 220+145+13=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC910D is #236EF2. Grayscale: #989898. Windows color (decimal): -2322163 or 889308. OLE color: 889308.
HSL color Cylindrical-coordinate representation of color #DC910D: hue angle of 38.26º 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 #DC910D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.14 |
| HSL | 38.26º | 0.89% | 0.46% | - |
| HSV(B) | 38.26º | 0.94% | 0.86% | - |
| XYZ | 39.71 | 35.5 | 5.14 | - |
| YUV | 152.38 | 49.35 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 13 | 0 | 0.34 | 0.94 | 0.14 | 38.26 | 0.89 | 0.46 |
| Hex | DC | 91 | D | 0 | 22 | 5E | E | 26 | 59 | 2E |
| Octal | 334 | 221 | 15 | 0 | 42 | 136 | 16 | 46 | 131 | 56 |
| Binary | 11011100 | 10010001 | 1101 | 0 | 100010 | 1011110 | 1110 | 100110 | 1011001 | 101110 |
Color Harmonies of #DC910D
Complementary color
Monochromatic Colors of #DC910D
Black with #DC910D
Text Example
Text Example
White with #DC910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC910D; }
p { color: rgb(220,145,13); }
H1.HeaderClassName
{
color: #DC910D;
}
.AnyTagClassName
{
color: #DC910D;
}
</style>
background-color css
<style>
a { background-color: #DC910D; }
a { background-color: rgb(220,145,13); }
div.DivClassName
{
background-color: #DC910D;
}
.BgClassName
{
background-color: #DC910D;
}
</style>
border-color css
<style>
span { border-color: #DC910D; }
span { border-color: rgb(220,145,13); }
td.TdClassName
{
border-color: #DC910D;
}
.TagClassName
{
border-color: #DC910D;
}
</style>