Shades of Gamboge #DA8A0D
Tints of Gamboge #DA8A0D
RGB
CMYK
RGB Variations
Color information
#DA8A0D (or 0xDA8A0D) is known color: Gamboge. HEX triplet: DA, 8A and 0D. RGB value is (218,138,13). Sum of RGB (Red+Green+Blue) = 218+138+13=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8A0D is #2575F2. Grayscale: #949494. Windows color (decimal): -2455027 or 887514. OLE color: 887514.
HSL color Cylindrical-coordinate representation of color #DA8A0D: hue angle of 36.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA8A0D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.15 |
| HSL | 36.59º | 0.89% | 0.45% | - |
| HSV(B) | 36.59º | 0.94% | 0.85% | - |
| XYZ | 38.07 | 33.11 | 4.77 | - |
| YUV | 147.67 | 52 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 13 | 0 | 0.37 | 0.94 | 0.15 | 36.59 | 0.89 | 0.45 |
| Hex | DA | 8A | D | 0 | 25 | 5E | F | 25 | 59 | 2D |
| Octal | 332 | 212 | 15 | 0 | 45 | 136 | 17 | 45 | 131 | 55 |
| Binary | 11011010 | 10001010 | 1101 | 0 | 100101 | 1011110 | 1111 | 100101 | 1011001 | 101101 |
Color Harmonies of #DA8A0D
Complementary color
Monochromatic Colors of #DA8A0D
Black with #DA8A0D
Text Example
Text Example
White with #DA8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A0D; }
p { color: rgb(218,138,13); }
H1.HeaderClassName
{
color: #DA8A0D;
}
.AnyTagClassName
{
color: #DA8A0D;
}
</style>
background-color css
<style>
a { background-color: #DA8A0D; }
a { background-color: rgb(218,138,13); }
div.DivClassName
{
background-color: #DA8A0D;
}
.BgClassName
{
background-color: #DA8A0D;
}
</style>
border-color css
<style>
span { border-color: #DA8A0D; }
span { border-color: rgb(218,138,13); }
td.TdClassName
{
border-color: #DA8A0D;
}
.TagClassName
{
border-color: #DA8A0D;
}
</style>