Shades of Gamboge #DA8D03
Tints of Gamboge #DA8D03
RGB
CMYK
RGB Variations
Color information
#DA8D03 (or 0xDA8D03) is known color: Gamboge. HEX triplet: DA, 8D and 03. RGB value is (218,141,3). Sum of RGB (Red+Green+Blue) = 218+141+3=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D03 is #2572FC. Grayscale: #949494. Windows color (decimal): -2454269 or 232922. OLE color: 232922.
HSL color Cylindrical-coordinate representation of color #DA8D03: hue angle of 38.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA8D03 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.15 |
| HSL | 38.51º | 0.97% | 0.43% | - |
| HSV(B) | 38.51º | 0.99% | 0.85% | - |
| XYZ | 38.45 | 33.96 | 4.61 | - |
| YUV | 148.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 3 | 0 | 0.35 | 0.99 | 0.15 | 38.51 | 0.97 | 0.43 |
| Hex | DA | 8D | 3 | 0 | 23 | 63 | F | 27 | 61 | 2B |
| Octal | 332 | 215 | 3 | 0 | 43 | 143 | 17 | 47 | 141 | 53 |
| Binary | 11011010 | 10001101 | 11 | 0 | 100011 | 1100011 | 1111 | 100111 | 1100001 | 101011 |
Color Harmonies of #DA8D03
Complementary color
Monochromatic Colors of #DA8D03
Black with #DA8D03
Text Example
Text Example
White with #DA8D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D03; }
p { color: rgb(218,141,3); }
H1.HeaderClassName
{
color: #DA8D03;
}
.AnyTagClassName
{
color: #DA8D03;
}
</style>
background-color css
<style>
a { background-color: #DA8D03; }
a { background-color: rgb(218,141,3); }
div.DivClassName
{
background-color: #DA8D03;
}
.BgClassName
{
background-color: #DA8D03;
}
</style>
border-color css
<style>
span { border-color: #DA8D03; }
span { border-color: rgb(218,141,3); }
td.TdClassName
{
border-color: #DA8D03;
}
.TagClassName
{
border-color: #DA8D03;
}
</style>