Shades of Gamboge #DA8D12
Tints of Gamboge #DA8D12
RGB
CMYK
RGB Variations
Color information
#DA8D12 (or 0xDA8D12) is known color: Gamboge. HEX triplet: DA, 8D and 12. RGB value is (218,141,18). Sum of RGB (Red+Green+Blue) = 218+141+18=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D12 is #2572ED. Grayscale: #969696. Windows color (decimal): -2454254 or 1215962. OLE color: 1215962.
HSL color Cylindrical-coordinate representation of color #DA8D12: hue angle of 36.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA8D12 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 18 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.15 |
| HSL | 36.9º | 0.85% | 0.46% | - |
| HSV(B) | 36.9º | 0.92% | 0.85% | - |
| XYZ | 38.55 | 34 | 5.1 | - |
| YUV | 150 | 53.51 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 18 | 0 | 0.35 | 0.92 | 0.15 | 36.9 | 0.85 | 0.46 |
| Hex | DA | 8D | 12 | 0 | 23 | 5C | F | 25 | 55 | 2E |
| Octal | 332 | 215 | 22 | 0 | 43 | 134 | 17 | 45 | 125 | 56 |
| Binary | 11011010 | 10001101 | 10010 | 0 | 100011 | 1011100 | 1111 | 100101 | 1010101 | 101110 |
Color Harmonies of #DA8D12
Complementary color
Monochromatic Colors of #DA8D12
Black with #DA8D12
Text Example
Text Example
White with #DA8D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D12; }
p { color: rgb(218,141,18); }
H1.HeaderClassName
{
color: #DA8D12;
}
.AnyTagClassName
{
color: #DA8D12;
}
</style>
background-color css
<style>
a { background-color: #DA8D12; }
a { background-color: rgb(218,141,18); }
div.DivClassName
{
background-color: #DA8D12;
}
.BgClassName
{
background-color: #DA8D12;
}
</style>
border-color css
<style>
span { border-color: #DA8D12; }
span { border-color: rgb(218,141,18); }
td.TdClassName
{
border-color: #DA8D12;
}
.TagClassName
{
border-color: #DA8D12;
}
</style>