Shades of Gamboge #DA9702
Tints of Gamboge #DA9702
RGB
CMYK
RGB Variations
Color information
#DA9702 (or 0xDA9702) is known color: Gamboge. HEX triplet: DA, 97 and 02. RGB value is (218,151,2). Sum of RGB (Red+Green+Blue) = 218+151+2=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9702 is #2568FD. Grayscale: #9A9A9A. Windows color (decimal): -2451710 or 169946. OLE color: 169946.
HSL color Cylindrical-coordinate representation of color #DA9702: hue angle of 41.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA9702 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.15 |
| HSL | 41.39º | 0.98% | 0.43% | - |
| HSV(B) | 41.39º | 0.99% | 0.85% | - |
| XYZ | 39.99 | 37.04 | 5.1 | - |
| YUV | 154.05 | 42.2 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 2 | 0 | 0.31 | 0.99 | 0.15 | 41.39 | 0.98 | 0.43 |
| Hex | DA | 97 | 2 | 0 | 1F | 63 | F | 29 | 62 | 2B |
| Octal | 332 | 227 | 2 | 0 | 37 | 143 | 17 | 51 | 142 | 53 |
| Binary | 11011010 | 10010111 | 10 | 0 | 11111 | 1100011 | 1111 | 101001 | 1100010 | 101011 |
Color Harmonies of #DA9702
Complementary color
Monochromatic Colors of #DA9702
Black with #DA9702
Text Example
Text Example
White with #DA9702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9702; }
p { color: rgb(218,151,2); }
H1.HeaderClassName
{
color: #DA9702;
}
.AnyTagClassName
{
color: #DA9702;
}
</style>
background-color css
<style>
a { background-color: #DA9702; }
a { background-color: rgb(218,151,2); }
div.DivClassName
{
background-color: #DA9702;
}
.BgClassName
{
background-color: #DA9702;
}
</style>
border-color css
<style>
span { border-color: #DA9702; }
span { border-color: rgb(218,151,2); }
td.TdClassName
{
border-color: #DA9702;
}
.TagClassName
{
border-color: #DA9702;
}
</style>