Shades of Gamboge #DA8F00
Tints of Gamboge #DA8F00
RGB
CMYK
RGB Variations
Color information
#DA8F00 (or 0xDA8F00) is known color: Gamboge. HEX triplet: DA, 8F and 00. RGB value is (218,143,0). Sum of RGB (Red+Green+Blue) = 218+143+0=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8F00 is #2570FF. Grayscale: #959595. Windows color (decimal): -2453760 or 36826. OLE color: 36826.
HSL color Cylindrical-coordinate representation of color #DA8F00: hue angle of 39.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA8F00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.15 |
| HSL | 39.36º | 1% | 0.43% | - |
| HSV(B) | 39.36º | 1% | 0.85% | - |
| XYZ | 38.74 | 34.55 | 4.63 | - |
| YUV | 149.12 | 43.85 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 0 | 0 | 0.34 | 1 | 0.15 | 39.36 | 1 | 0.43 |
| Hex | DA | 8F | 0 | 0 | 22 | 64 | F | 27 | 64 | 2B |
| Octal | 332 | 217 | 0 | 0 | 42 | 144 | 17 | 47 | 144 | 53 |
| Binary | 11011010 | 10001111 | 0 | 0 | 100010 | 1100100 | 1111 | 100111 | 1100100 | 101011 |
Color Harmonies of #DA8F00
Complementary color
Monochromatic Colors of #DA8F00
Black with #DA8F00
Text Example
Text Example
White with #DA8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F00; }
p { color: rgb(218,143,0); }
H1.HeaderClassName
{
color: #DA8F00;
}
.AnyTagClassName
{
color: #DA8F00;
}
</style>
background-color css
<style>
a { background-color: #DA8F00; }
a { background-color: rgb(218,143,0); }
div.DivClassName
{
background-color: #DA8F00;
}
.BgClassName
{
background-color: #DA8F00;
}
</style>
border-color css
<style>
span { border-color: #DA8F00; }
span { border-color: rgb(218,143,0); }
td.TdClassName
{
border-color: #DA8F00;
}
.TagClassName
{
border-color: #DA8F00;
}
</style>