Shades of Gamboge #DA8807
Tints of Gamboge #DA8807
RGB
CMYK
RGB Variations
Color information
#DA8807 (or 0xDA8807) is known color: Gamboge. HEX triplet: DA, 88 and 07. RGB value is (218,136,7). Sum of RGB (Red+Green+Blue) = 218+136+7=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8807 is #2577F8. Grayscale: #929292. Windows color (decimal): -2455545 or 493786. OLE color: 493786.
HSL color Cylindrical-coordinate representation of color #DA8807: hue angle of 36.68º 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 #DA8807 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 7 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.15 |
| HSL | 36.68º | 0.94% | 0.44% | - |
| HSV(B) | 36.68º | 0.97% | 0.85% | - |
| XYZ | 37.76 | 32.53 | 4.49 | - |
| YUV | 145.81 | 49.67 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 7 | 0 | 0.38 | 0.97 | 0.15 | 36.68 | 0.94 | 0.44 |
| Hex | DA | 88 | 7 | 0 | 26 | 61 | F | 25 | 5E | 2C |
| Octal | 332 | 210 | 7 | 0 | 46 | 141 | 17 | 45 | 136 | 54 |
| Binary | 11011010 | 10001000 | 111 | 0 | 100110 | 1100001 | 1111 | 100101 | 1011110 | 101100 |
Color Harmonies of #DA8807
Complementary color
Monochromatic Colors of #DA8807
Black with #DA8807
Text Example
Text Example
White with #DA8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8807; }
p { color: rgb(218,136,7); }
H1.HeaderClassName
{
color: #DA8807;
}
.AnyTagClassName
{
color: #DA8807;
}
</style>
background-color css
<style>
a { background-color: #DA8807; }
a { background-color: rgb(218,136,7); }
div.DivClassName
{
background-color: #DA8807;
}
.BgClassName
{
background-color: #DA8807;
}
</style>
border-color css
<style>
span { border-color: #DA8807; }
span { border-color: rgb(218,136,7); }
td.TdClassName
{
border-color: #DA8807;
}
.TagClassName
{
border-color: #DA8807;
}
</style>