Shades of Gamboge #DA9700
Tints of Gamboge #DA9700
RGB
CMYK
RGB Variations
Color information
#DA9700 (or 0xDA9700) is known color: Gamboge. HEX triplet: DA, 97 and 00. RGB value is (218,151,0). Sum of RGB (Red+Green+Blue) = 218+151+0=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9700 is #2568FF. Grayscale: #9A9A9A. Windows color (decimal): -2451712 or 38874. OLE color: 38874.
HSL color Cylindrical-coordinate representation of color #DA9700: hue angle of 41.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA9700 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.15 |
| HSL | 41.56º | 1% | 0.43% | - |
| HSV(B) | 41.56º | 1% | 0.85% | - |
| XYZ | 39.98 | 37.04 | 5.04 | - |
| YUV | 153.82 | 41.2 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 0 | 0 | 0.31 | 1 | 0.15 | 41.56 | 1 | 0.43 |
| Hex | DA | 97 | 0 | 0 | 1F | 64 | F | 2A | 64 | 2B |
| Octal | 332 | 227 | 0 | 0 | 37 | 144 | 17 | 52 | 144 | 53 |
| Binary | 11011010 | 10010111 | 0 | 0 | 11111 | 1100100 | 1111 | 101010 | 1100100 | 101011 |
Color Harmonies of #DA9700
Complementary color
Monochromatic Colors of #DA9700
Black with #DA9700
Text Example
Text Example
White with #DA9700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9700; }
p { color: rgb(218,151,0); }
H1.HeaderClassName
{
color: #DA9700;
}
.AnyTagClassName
{
color: #DA9700;
}
</style>
background-color css
<style>
a { background-color: #DA9700; }
a { background-color: rgb(218,151,0); }
div.DivClassName
{
background-color: #DA9700;
}
.BgClassName
{
background-color: #DA9700;
}
</style>
border-color css
<style>
span { border-color: #DA9700; }
span { border-color: rgb(218,151,0); }
td.TdClassName
{
border-color: #DA9700;
}
.TagClassName
{
border-color: #DA9700;
}
</style>