Shades of Gamboge #DA8607
Tints of Gamboge #DA8607
RGB
CMYK
RGB Variations
Color information
#DA8607 (or 0xDA8607) is known color: Gamboge. HEX triplet: DA, 86 and 07. RGB value is (218,134,7). Sum of RGB (Red+Green+Blue) = 218+134+7=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8607 is #2579F8. Grayscale: #919191. Windows color (decimal): -2456057 or 493274. OLE color: 493274.
HSL color Cylindrical-coordinate representation of color #DA8607: hue angle of 36.11º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA8607 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.15 |
| HSL | 36.11º | 0.94% | 0.44% | - |
| HSV(B) | 36.11º | 0.97% | 0.85% | - |
| XYZ | 37.48 | 31.97 | 4.4 | - |
| YUV | 144.64 | 50.33 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 7 | 0 | 0.39 | 0.97 | 0.15 | 36.11 | 0.94 | 0.44 |
| Hex | DA | 86 | 7 | 0 | 27 | 61 | F | 24 | 5E | 2C |
| Octal | 332 | 206 | 7 | 0 | 47 | 141 | 17 | 44 | 136 | 54 |
| Binary | 11011010 | 10000110 | 111 | 0 | 100111 | 1100001 | 1111 | 100100 | 1011110 | 101100 |
Color Harmonies of #DA8607
Complementary color
Monochromatic Colors of #DA8607
Black with #DA8607
Text Example
Text Example
White with #DA8607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8607; }
p { color: rgb(218,134,7); }
H1.HeaderClassName
{
color: #DA8607;
}
.AnyTagClassName
{
color: #DA8607;
}
</style>
background-color css
<style>
a { background-color: #DA8607; }
a { background-color: rgb(218,134,7); }
div.DivClassName
{
background-color: #DA8607;
}
.BgClassName
{
background-color: #DA8607;
}
</style>
border-color css
<style>
span { border-color: #DA8607; }
span { border-color: rgb(218,134,7); }
td.TdClassName
{
border-color: #DA8607;
}
.TagClassName
{
border-color: #DA8607;
}
</style>