Shades of Gamboge #DA9701
Tints of Gamboge #DA9701
RGB
CMYK
RGB Variations
Color information
#DA9701 (or 0xDA9701) is known color: Gamboge. HEX triplet: DA, 97 and 01. RGB value is (218,151,1). Sum of RGB (Red+Green+Blue) = 218+151+1=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9701 is #2568FE. Grayscale: #9A9A9A. Windows color (decimal): -2451711 or 104410. OLE color: 104410.
HSL color Cylindrical-coordinate representation of color #DA9701: hue angle of 41.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA9701 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 1 | - |
| CMYK | 0 | 0.31 | 1.00 | 0.15 |
| HSL | 41.47º | 0.99% | 0.43% | - |
| HSV(B) | 41.47º | 1% | 0.85% | - |
| XYZ | 39.99 | 37.04 | 5.07 | - |
| YUV | 153.93 | 41.7 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 1 | 0 | 0.31 | 1.00 | 0.15 | 41.47 | 0.99 | 0.43 |
| Hex | DA | 97 | 1 | 0 | 1F | 64 | F | 29 | 63 | 2B |
| Octal | 332 | 227 | 1 | 0 | 37 | 144 | 17 | 51 | 143 | 53 |
| Binary | 11011010 | 10010111 | 1 | 0 | 11111 | 1100100 | 1111 | 101001 | 1100011 | 101011 |
Color Harmonies of #DA9701
Complementary color
Monochromatic Colors of #DA9701
Black with #DA9701
Text Example
Text Example
White with #DA9701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9701; }
p { color: rgb(218,151,1); }
H1.HeaderClassName
{
color: #DA9701;
}
.AnyTagClassName
{
color: #DA9701;
}
</style>
background-color css
<style>
a { background-color: #DA9701; }
a { background-color: rgb(218,151,1); }
div.DivClassName
{
background-color: #DA9701;
}
.BgClassName
{
background-color: #DA9701;
}
</style>
border-color css
<style>
span { border-color: #DA9701; }
span { border-color: rgb(218,151,1); }
td.TdClassName
{
border-color: #DA9701;
}
.TagClassName
{
border-color: #DA9701;
}
</style>