Shades of Gamboge #DC9719
Tints of Gamboge #DC9719
RGB
CMYK
RGB Variations
Color information
#DC9719 (or 0xDC9719) is known color: Gamboge. HEX triplet: DC, 97 and 19. RGB value is (220,151,25). Sum of RGB (Red+Green+Blue) = 220+151+25=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9719 is #2368E6. Grayscale: #9D9D9D. Windows color (decimal): -2320615 or 1677276. OLE color: 1677276.
HSL color Cylindrical-coordinate representation of color #DC9719: hue angle of 38.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC9719 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.14 |
| HSL | 38.77º | 0.8% | 0.48% | - |
| HSV(B) | 38.77º | 0.89% | 0.86% | - |
| XYZ | 40.76 | 37.42 | 5.99 | - |
| YUV | 157.27 | 53.36 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 25 | 0 | 0.31 | 0.89 | 0.14 | 38.77 | 0.8 | 0.48 |
| Hex | DC | 97 | 19 | 0 | 1F | 59 | E | 27 | 50 | 30 |
| Octal | 334 | 227 | 31 | 0 | 37 | 131 | 16 | 47 | 120 | 60 |
| Binary | 11011100 | 10010111 | 11001 | 0 | 11111 | 1011001 | 1110 | 100111 | 1010000 | 110000 |
Color Harmonies of #DC9719
Complementary color
Monochromatic Colors of #DC9719
Black with #DC9719
Text Example
Text Example
White with #DC9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9719; }
p { color: rgb(220,151,25); }
H1.HeaderClassName
{
color: #DC9719;
}
.AnyTagClassName
{
color: #DC9719;
}
</style>
background-color css
<style>
a { background-color: #DC9719; }
a { background-color: rgb(220,151,25); }
div.DivClassName
{
background-color: #DC9719;
}
.BgClassName
{
background-color: #DC9719;
}
</style>
border-color css
<style>
span { border-color: #DC9719; }
span { border-color: rgb(220,151,25); }
td.TdClassName
{
border-color: #DC9719;
}
.TagClassName
{
border-color: #DC9719;
}
</style>