Shades of Gamboge #DA840C
Tints of Gamboge #DA840C
RGB
CMYK
RGB Variations
Color information
#DA840C (or 0xDA840C) is known color: Gamboge. HEX triplet: DA, 84 and 0C. RGB value is (218,132,12). Sum of RGB (Red+Green+Blue) = 218+132+12=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA840C is #257BF3. Grayscale: #909090. Windows color (decimal): -2456564 or 820442. OLE color: 820442.
HSL color Cylindrical-coordinate representation of color #DA840C: hue angle of 34.95º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA840C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.15 |
| HSL | 34.95º | 0.9% | 0.45% | - |
| HSV(B) | 34.95º | 0.94% | 0.85% | - |
| XYZ | 37.23 | 31.43 | 4.45 | - |
| YUV | 144.03 | 53.49 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 12 | 0 | 0.39 | 0.94 | 0.15 | 34.95 | 0.9 | 0.45 |
| Hex | DA | 84 | C | 0 | 27 | 5E | F | 23 | 5A | 2D |
| Octal | 332 | 204 | 14 | 0 | 47 | 136 | 17 | 43 | 132 | 55 |
| Binary | 11011010 | 10000100 | 1100 | 0 | 100111 | 1011110 | 1111 | 100011 | 1011010 | 101101 |
Color Harmonies of #DA840C
Complementary color
Monochromatic Colors of #DA840C
Black with #DA840C
Text Example
Text Example
White with #DA840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA840C; }
p { color: rgb(218,132,12); }
H1.HeaderClassName
{
color: #DA840C;
}
.AnyTagClassName
{
color: #DA840C;
}
</style>
background-color css
<style>
a { background-color: #DA840C; }
a { background-color: rgb(218,132,12); }
div.DivClassName
{
background-color: #DA840C;
}
.BgClassName
{
background-color: #DA840C;
}
</style>
border-color css
<style>
span { border-color: #DA840C; }
span { border-color: rgb(218,132,12); }
td.TdClassName
{
border-color: #DA840C;
}
.TagClassName
{
border-color: #DA840C;
}
</style>