Shades of Gamboge #DA8C0B
Tints of Gamboge #DA8C0B
RGB
CMYK
RGB Variations
Color information
#DA8C0B (or 0xDA8C0B) is known color: Gamboge. HEX triplet: DA, 8C and 0B. RGB value is (218,140,11). Sum of RGB (Red+Green+Blue) = 218+140+11=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C0B is #2573F4. Grayscale: #959595. Windows color (decimal): -2454517 or 756954. OLE color: 756954.
HSL color Cylindrical-coordinate representation of color #DA8C0B: hue angle of 37.39º 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 #DA8C0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.15 |
| HSL | 37.39º | 0.9% | 0.45% | - |
| HSV(B) | 37.39º | 0.95% | 0.85% | - |
| XYZ | 38.35 | 33.69 | 4.8 | - |
| YUV | 148.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 11 | 0 | 0.36 | 0.95 | 0.15 | 37.39 | 0.9 | 0.45 |
| Hex | DA | 8C | B | 0 | 24 | 5F | F | 25 | 5A | 2D |
| Octal | 332 | 214 | 13 | 0 | 44 | 137 | 17 | 45 | 132 | 55 |
| Binary | 11011010 | 10001100 | 1011 | 0 | 100100 | 1011111 | 1111 | 100101 | 1011010 | 101101 |
Color Harmonies of #DA8C0B
Complementary color
Monochromatic Colors of #DA8C0B
Black with #DA8C0B
Text Example
Text Example
White with #DA8C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C0B; }
p { color: rgb(218,140,11); }
H1.HeaderClassName
{
color: #DA8C0B;
}
.AnyTagClassName
{
color: #DA8C0B;
}
</style>
background-color css
<style>
a { background-color: #DA8C0B; }
a { background-color: rgb(218,140,11); }
div.DivClassName
{
background-color: #DA8C0B;
}
.BgClassName
{
background-color: #DA8C0B;
}
</style>
border-color css
<style>
span { border-color: #DA8C0B; }
span { border-color: rgb(218,140,11); }
td.TdClassName
{
border-color: #DA8C0B;
}
.TagClassName
{
border-color: #DA8C0B;
}
</style>