Shades of Gamboge #DA8C04
Tints of Gamboge #DA8C04
RGB
CMYK
RGB Variations
Color information
#DA8C04 (or 0xDA8C04) is known color: Gamboge. HEX triplet: DA, 8C and 04. RGB value is (218,140,4). Sum of RGB (Red+Green+Blue) = 218+140+4=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8C04 is #2573FB. Grayscale: #949494. Windows color (decimal): -2454524 or 298202. OLE color: 298202.
HSL color Cylindrical-coordinate representation of color #DA8C04: hue angle of 38.13º 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 #DA8C04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.15 |
| HSL | 38.13º | 0.96% | 0.44% | - |
| HSV(B) | 38.13º | 0.98% | 0.85% | - |
| XYZ | 38.31 | 33.67 | 4.59 | - |
| YUV | 147.82 | 46.84 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 4 | 0 | 0.36 | 0.98 | 0.15 | 38.13 | 0.96 | 0.44 |
| Hex | DA | 8C | 4 | 0 | 24 | 62 | F | 26 | 60 | 2C |
| Octal | 332 | 214 | 4 | 0 | 44 | 142 | 17 | 46 | 140 | 54 |
| Binary | 11011010 | 10001100 | 100 | 0 | 100100 | 1100010 | 1111 | 100110 | 1100000 | 101100 |
Color Harmonies of #DA8C04
Complementary color
Monochromatic Colors of #DA8C04
Black with #DA8C04
Text Example
Text Example
White with #DA8C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C04; }
p { color: rgb(218,140,4); }
H1.HeaderClassName
{
color: #DA8C04;
}
.AnyTagClassName
{
color: #DA8C04;
}
</style>
background-color css
<style>
a { background-color: #DA8C04; }
a { background-color: rgb(218,140,4); }
div.DivClassName
{
background-color: #DA8C04;
}
.BgClassName
{
background-color: #DA8C04;
}
</style>
border-color css
<style>
span { border-color: #DA8C04; }
span { border-color: rgb(218,140,4); }
td.TdClassName
{
border-color: #DA8C04;
}
.TagClassName
{
border-color: #DA8C04;
}
</style>