Shades of Gamboge #DA8A0B
Tints of Gamboge #DA8A0B
RGB
CMYK
RGB Variations
Color information
#DA8A0B (or 0xDA8A0B) is known color: Gamboge. HEX triplet: DA, 8A and 0B. RGB value is (218,138,11). Sum of RGB (Red+Green+Blue) = 218+138+11=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8A0B is #2575F4. Grayscale: #949494. Windows color (decimal): -2455029 or 756442. OLE color: 756442.
HSL color Cylindrical-coordinate representation of color #DA8A0B: hue angle of 36.81º 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 #DA8A0B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.15 |
| HSL | 36.81º | 0.9% | 0.45% | - |
| HSV(B) | 36.81º | 0.95% | 0.85% | - |
| XYZ | 38.06 | 33.11 | 4.7 | - |
| YUV | 147.44 | 51 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 11 | 0 | 0.37 | 0.95 | 0.15 | 36.81 | 0.9 | 0.45 |
| Hex | DA | 8A | B | 0 | 25 | 5F | F | 25 | 5A | 2D |
| Octal | 332 | 212 | 13 | 0 | 45 | 137 | 17 | 45 | 132 | 55 |
| Binary | 11011010 | 10001010 | 1011 | 0 | 100101 | 1011111 | 1111 | 100101 | 1011010 | 101101 |
Color Harmonies of #DA8A0B
Complementary color
Monochromatic Colors of #DA8A0B
Black with #DA8A0B
Text Example
Text Example
White with #DA8A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A0B; }
p { color: rgb(218,138,11); }
H1.HeaderClassName
{
color: #DA8A0B;
}
.AnyTagClassName
{
color: #DA8A0B;
}
</style>
background-color css
<style>
a { background-color: #DA8A0B; }
a { background-color: rgb(218,138,11); }
div.DivClassName
{
background-color: #DA8A0B;
}
.BgClassName
{
background-color: #DA8A0B;
}
</style>
border-color css
<style>
span { border-color: #DA8A0B; }
span { border-color: rgb(218,138,11); }
td.TdClassName
{
border-color: #DA8A0B;
}
.TagClassName
{
border-color: #DA8A0B;
}
</style>