Shades of Gamboge #DA8F0B
Tints of Gamboge #DA8F0B
RGB
CMYK
RGB Variations
Color information
#DA8F0B (or 0xDA8F0B) is known color: Gamboge. HEX triplet: DA, 8F and 0B. RGB value is (218,143,11). Sum of RGB (Red+Green+Blue) = 218+143+11=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8F0B is #2570F4. Grayscale: #969696. Windows color (decimal): -2453749 or 757722. OLE color: 757722.
HSL color Cylindrical-coordinate representation of color #DA8F0B: hue angle of 38.26º 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 #DA8F0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.15 |
| HSL | 38.26º | 0.9% | 0.45% | - |
| HSV(B) | 38.26º | 0.95% | 0.85% | - |
| XYZ | 38.8 | 34.57 | 4.95 | - |
| YUV | 150.38 | 49.35 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 11 | 0 | 0.34 | 0.95 | 0.15 | 38.26 | 0.9 | 0.45 |
| Hex | DA | 8F | B | 0 | 22 | 5F | F | 26 | 5A | 2D |
| Octal | 332 | 217 | 13 | 0 | 42 | 137 | 17 | 46 | 132 | 55 |
| Binary | 11011010 | 10001111 | 1011 | 0 | 100010 | 1011111 | 1111 | 100110 | 1011010 | 101101 |
Color Harmonies of #DA8F0B
Complementary color
Monochromatic Colors of #DA8F0B
Black with #DA8F0B
Text Example
Text Example
White with #DA8F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F0B; }
p { color: rgb(218,143,11); }
H1.HeaderClassName
{
color: #DA8F0B;
}
.AnyTagClassName
{
color: #DA8F0B;
}
</style>
background-color css
<style>
a { background-color: #DA8F0B; }
a { background-color: rgb(218,143,11); }
div.DivClassName
{
background-color: #DA8F0B;
}
.BgClassName
{
background-color: #DA8F0B;
}
</style>
border-color css
<style>
span { border-color: #DA8F0B; }
span { border-color: rgb(218,143,11); }
td.TdClassName
{
border-color: #DA8F0B;
}
.TagClassName
{
border-color: #DA8F0B;
}
</style>