Shades of Gamboge #DA9908
Tints of Gamboge #DA9908
RGB
CMYK
RGB Variations
Color information
#DA9908 (or 0xDA9908) is known color: Gamboge. HEX triplet: DA, 99 and 08. RGB value is (218,153,8). Sum of RGB (Red+Green+Blue) = 218+153+8=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9908 is #2566F7. Grayscale: #9C9C9C. Windows color (decimal): -2451192 or 563674. OLE color: 563674.
HSL color Cylindrical-coordinate representation of color #DA9908: hue angle of 41.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA9908 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.15 |
| HSL | 41.43º | 0.93% | 0.44% | - |
| HSV(B) | 41.43º | 0.96% | 0.85% | - |
| XYZ | 40.35 | 37.71 | 5.38 | - |
| YUV | 155.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 8 | 0 | 0.30 | 0.96 | 0.15 | 41.43 | 0.93 | 0.44 |
| Hex | DA | 99 | 8 | 0 | 1E | 60 | F | 29 | 5D | 2C |
| Octal | 332 | 231 | 10 | 0 | 36 | 140 | 17 | 51 | 135 | 54 |
| Binary | 11011010 | 10011001 | 1000 | 0 | 11110 | 1100000 | 1111 | 101001 | 1011101 | 101100 |
Color Harmonies of #DA9908
Complementary color
Monochromatic Colors of #DA9908
Black with #DA9908
Text Example
Text Example
White with #DA9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9908; }
p { color: rgb(218,153,8); }
H1.HeaderClassName
{
color: #DA9908;
}
.AnyTagClassName
{
color: #DA9908;
}
</style>
background-color css
<style>
a { background-color: #DA9908; }
a { background-color: rgb(218,153,8); }
div.DivClassName
{
background-color: #DA9908;
}
.BgClassName
{
background-color: #DA9908;
}
</style>
border-color css
<style>
span { border-color: #DA9908; }
span { border-color: rgb(218,153,8); }
td.TdClassName
{
border-color: #DA9908;
}
.TagClassName
{
border-color: #DA9908;
}
</style>