Shades of Gamboge #DC951A
Tints of Gamboge #DC951A
RGB
CMYK
RGB Variations
Color information
#DC951A (or 0xDC951A) is known color: Gamboge. HEX triplet: DC, 95 and 1A. RGB value is (220,149,26). Sum of RGB (Red+Green+Blue) = 220+149+26=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC951A is #236AE5. Grayscale: #9C9C9C. Windows color (decimal): -2321126 or 1742300. OLE color: 1742300.
HSL color Cylindrical-coordinate representation of color #DC951A: hue angle of 38.04º degrees, saturation: 0.79, 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 #DC951A is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 149 | 26 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.14 |
| HSL | 38.04º | 0.79% | 0.48% | - |
| HSV(B) | 38.04º | 0.88% | 0.86% | - |
| XYZ | 40.45 | 36.79 | 5.95 | - |
| YUV | 156.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 149 | 26 | 0 | 0.32 | 0.88 | 0.14 | 38.04 | 0.79 | 0.48 |
| Hex | DC | 95 | 1A | 0 | 20 | 58 | E | 26 | 4F | 30 |
| Octal | 334 | 225 | 32 | 0 | 40 | 130 | 16 | 46 | 117 | 60 |
| Binary | 11011100 | 10010101 | 11010 | 0 | 100000 | 1011000 | 1110 | 100110 | 1001111 | 110000 |
Color Harmonies of #DC951A
Complementary color
Monochromatic Colors of #DC951A
Black with #DC951A
Text Example
Text Example
White with #DC951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC951A; }
p { color: rgb(220,149,26); }
H1.HeaderClassName
{
color: #DC951A;
}
.AnyTagClassName
{
color: #DC951A;
}
</style>
background-color css
<style>
a { background-color: #DC951A; }
a { background-color: rgb(220,149,26); }
div.DivClassName
{
background-color: #DC951A;
}
.BgClassName
{
background-color: #DC951A;
}
</style>
border-color css
<style>
span { border-color: #DC951A; }
span { border-color: rgb(220,149,26); }
td.TdClassName
{
border-color: #DC951A;
}
.TagClassName
{
border-color: #DC951A;
}
</style>