Shades of Gamboge #DA9C0B
Tints of Gamboge #DA9C0B
RGB
CMYK
RGB Variations
Color information
#DA9C0B (or 0xDA9C0B) is known color: Gamboge. HEX triplet: DA, 9C and 0B. RGB value is (218,156,11). Sum of RGB (Red+Green+Blue) = 218+156+11=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C0B is #2563F4. Grayscale: #9E9E9E. Windows color (decimal): -2450421 or 761050. OLE color: 761050.
HSL color Cylindrical-coordinate representation of color #DA9C0B: hue angle of 42.03º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA9C0B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.15 |
| HSL | 42.03º | 0.9% | 0.45% | - |
| HSV(B) | 42.03º | 0.95% | 0.85% | - |
| XYZ | 40.86 | 38.71 | 5.63 | - |
| YUV | 158.01 | 45.04 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 11 | 0 | 0.28 | 0.95 | 0.15 | 42.03 | 0.9 | 0.45 |
| Hex | DA | 9C | B | 0 | 1C | 5F | F | 2A | 5A | 2D |
| Octal | 332 | 234 | 13 | 0 | 34 | 137 | 17 | 52 | 132 | 55 |
| Binary | 11011010 | 10011100 | 1011 | 0 | 11100 | 1011111 | 1111 | 101010 | 1011010 | 101101 |
Color Harmonies of #DA9C0B
Complementary color
Monochromatic Colors of #DA9C0B
Black with #DA9C0B
Text Example
Text Example
White with #DA9C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C0B; }
p { color: rgb(218,156,11); }
H1.HeaderClassName
{
color: #DA9C0B;
}
.AnyTagClassName
{
color: #DA9C0B;
}
</style>
background-color css
<style>
a { background-color: #DA9C0B; }
a { background-color: rgb(218,156,11); }
div.DivClassName
{
background-color: #DA9C0B;
}
.BgClassName
{
background-color: #DA9C0B;
}
</style>
border-color css
<style>
span { border-color: #DA9C0B; }
span { border-color: rgb(218,156,11); }
td.TdClassName
{
border-color: #DA9C0B;
}
.TagClassName
{
border-color: #DA9C0B;
}
</style>