Shades of Gamboge #DA8F14
Tints of Gamboge #DA8F14
RGB
CMYK
RGB Variations
Color information
#DA8F14 (or 0xDA8F14) is known color: Gamboge. HEX triplet: DA, 8F and 14. RGB value is (218,143,20). Sum of RGB (Red+Green+Blue) = 218+143+20=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8F14 is #2570EB. Grayscale: #979797. Windows color (decimal): -2453740 or 1347546. OLE color: 1347546.
HSL color Cylindrical-coordinate representation of color #DA8F14: hue angle of 37.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA8F14 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.15 |
| HSL | 37.27º | 0.83% | 0.47% | - |
| HSV(B) | 37.27º | 0.91% | 0.85% | - |
| XYZ | 38.86 | 34.6 | 5.29 | - |
| YUV | 151.4 | 53.85 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 20 | 0 | 0.34 | 0.91 | 0.15 | 37.27 | 0.83 | 0.47 |
| Hex | DA | 8F | 14 | 0 | 22 | 5B | F | 25 | 53 | 2F |
| Octal | 332 | 217 | 24 | 0 | 42 | 133 | 17 | 45 | 123 | 57 |
| Binary | 11011010 | 10001111 | 10100 | 0 | 100010 | 1011011 | 1111 | 100101 | 1010011 | 101111 |
Color Harmonies of #DA8F14
Complementary color
Monochromatic Colors of #DA8F14
Black with #DA8F14
Text Example
Text Example
White with #DA8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F14; }
p { color: rgb(218,143,20); }
H1.HeaderClassName
{
color: #DA8F14;
}
.AnyTagClassName
{
color: #DA8F14;
}
</style>
background-color css
<style>
a { background-color: #DA8F14; }
a { background-color: rgb(218,143,20); }
div.DivClassName
{
background-color: #DA8F14;
}
.BgClassName
{
background-color: #DA8F14;
}
</style>
border-color css
<style>
span { border-color: #DA8F14; }
span { border-color: rgb(218,143,20); }
td.TdClassName
{
border-color: #DA8F14;
}
.TagClassName
{
border-color: #DA8F14;
}
</style>