Shades of Gamboge #DA9C08
Tints of Gamboge #DA9C08
RGB
CMYK
RGB Variations
Color information
#DA9C08 (or 0xDA9C08) is known color: Gamboge. HEX triplet: DA, 9C and 08. RGB value is (218,156,8). Sum of RGB (Red+Green+Blue) = 218+156+8=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C08 is #2563F7. Grayscale: #9E9E9E. Windows color (decimal): -2450424 or 564442. OLE color: 564442.
HSL color Cylindrical-coordinate representation of color #DA9C08: hue angle of 42.29º 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 #DA9C08 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.15 |
| HSL | 42.29º | 0.93% | 0.44% | - |
| HSV(B) | 42.29º | 0.96% | 0.85% | - |
| XYZ | 40.85 | 38.7 | 5.55 | - |
| YUV | 157.67 | 43.54 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 8 | 0 | 0.28 | 0.96 | 0.15 | 42.29 | 0.93 | 0.44 |
| Hex | DA | 9C | 8 | 0 | 1C | 60 | F | 2A | 5D | 2C |
| Octal | 332 | 234 | 10 | 0 | 34 | 140 | 17 | 52 | 135 | 54 |
| Binary | 11011010 | 10011100 | 1000 | 0 | 11100 | 1100000 | 1111 | 101010 | 1011101 | 101100 |
Color Harmonies of #DA9C08
Complementary color
Monochromatic Colors of #DA9C08
Black with #DA9C08
Text Example
Text Example
White with #DA9C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C08; }
p { color: rgb(218,156,8); }
H1.HeaderClassName
{
color: #DA9C08;
}
.AnyTagClassName
{
color: #DA9C08;
}
</style>
background-color css
<style>
a { background-color: #DA9C08; }
a { background-color: rgb(218,156,8); }
div.DivClassName
{
background-color: #DA9C08;
}
.BgClassName
{
background-color: #DA9C08;
}
</style>
border-color css
<style>
span { border-color: #DA9C08; }
span { border-color: rgb(218,156,8); }
td.TdClassName
{
border-color: #DA9C08;
}
.TagClassName
{
border-color: #DA9C08;
}
</style>