Shades of Gamboge #DA8F04
Tints of Gamboge #DA8F04
RGB
CMYK
RGB Variations
Color information
#DA8F04 (or 0xDA8F04) is known color: Gamboge. HEX triplet: DA, 8F and 04. RGB value is (218,143,4). Sum of RGB (Red+Green+Blue) = 218+143+4=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8F04 is #2570FB. Grayscale: #969696. Windows color (decimal): -2453756 or 298970. OLE color: 298970.
HSL color Cylindrical-coordinate representation of color #DA8F04: hue angle of 38.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA8F04 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.15 |
| HSL | 38.97º | 0.96% | 0.44% | - |
| HSV(B) | 38.97º | 0.98% | 0.85% | - |
| XYZ | 38.76 | 34.56 | 4.74 | - |
| YUV | 149.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 4 | 0 | 0.34 | 0.98 | 0.15 | 38.97 | 0.96 | 0.44 |
| Hex | DA | 8F | 4 | 0 | 22 | 62 | F | 27 | 60 | 2C |
| Octal | 332 | 217 | 4 | 0 | 42 | 142 | 17 | 47 | 140 | 54 |
| Binary | 11011010 | 10001111 | 100 | 0 | 100010 | 1100010 | 1111 | 100111 | 1100000 | 101100 |
Color Harmonies of #DA8F04
Complementary color
Monochromatic Colors of #DA8F04
Black with #DA8F04
Text Example
Text Example
White with #DA8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F04; }
p { color: rgb(218,143,4); }
H1.HeaderClassName
{
color: #DA8F04;
}
.AnyTagClassName
{
color: #DA8F04;
}
</style>
background-color css
<style>
a { background-color: #DA8F04; }
a { background-color: rgb(218,143,4); }
div.DivClassName
{
background-color: #DA8F04;
}
.BgClassName
{
background-color: #DA8F04;
}
</style>
border-color css
<style>
span { border-color: #DA8F04; }
span { border-color: rgb(218,143,4); }
td.TdClassName
{
border-color: #DA8F04;
}
.TagClassName
{
border-color: #DA8F04;
}
</style>