Shades of Gamboge #DC991B
Tints of Gamboge #DC991B
RGB
CMYK
RGB Variations
Color information
#DC991B (or 0xDC991B) is known color: Gamboge. HEX triplet: DC, 99 and 1B. RGB value is (220,153,27). Sum of RGB (Red+Green+Blue) = 220+153+27=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC991B is #2366E4. Grayscale: #9F9F9F. Windows color (decimal): -2320101 or 1808860. OLE color: 1808860.
HSL color Cylindrical-coordinate representation of color #DC991B: hue angle of 39.17º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC991B is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 27 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.14 |
| HSL | 39.17º | 0.78% | 0.48% | - |
| HSV(B) | 39.17º | 0.88% | 0.86% | - |
| XYZ | 41.1 | 38.08 | 6.22 | - |
| YUV | 158.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 27 | 0 | 0.30 | 0.88 | 0.14 | 39.17 | 0.78 | 0.48 |
| Hex | DC | 99 | 1B | 0 | 1E | 58 | E | 27 | 4E | 30 |
| Octal | 334 | 231 | 33 | 0 | 36 | 130 | 16 | 47 | 116 | 60 |
| Binary | 11011100 | 10011001 | 11011 | 0 | 11110 | 1011000 | 1110 | 100111 | 1001110 | 110000 |
Color Harmonies of #DC991B
Complementary color
Monochromatic Colors of #DC991B
Black with #DC991B
Text Example
Text Example
White with #DC991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC991B; }
p { color: rgb(220,153,27); }
H1.HeaderClassName
{
color: #DC991B;
}
.AnyTagClassName
{
color: #DC991B;
}
</style>
background-color css
<style>
a { background-color: #DC991B; }
a { background-color: rgb(220,153,27); }
div.DivClassName
{
background-color: #DC991B;
}
.BgClassName
{
background-color: #DC991B;
}
</style>
border-color css
<style>
span { border-color: #DC991B; }
span { border-color: rgb(220,153,27); }
td.TdClassName
{
border-color: #DC991B;
}
.TagClassName
{
border-color: #DC991B;
}
</style>