Shades of Gamboge #D18F03
Tints of Gamboge #D18F03
RGB
CMYK
RGB Variations
Color information
#D18F03 (or 0xD18F03) is known color: Gamboge. HEX triplet: D1, 8F and 03. RGB value is (209,143,3). Sum of RGB (Red+Green+Blue) = 209+143+3=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18F03 is #2E70FC. Grayscale: #939393. Windows color (decimal): -3043581 or 233425. OLE color: 233425.
HSL color Cylindrical-coordinate representation of color #D18F03: hue angle of 40.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D18F03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.18 |
| HSL | 40.78º | 0.97% | 0.42% | - |
| HSV(B) | 40.78º | 0.99% | 0.82% | - |
| XYZ | 36.13 | 33.21 | 4.59 | - |
| YUV | 146.77 | 46.87 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 3 | 0 | 0.32 | 0.99 | 0.18 | 40.78 | 0.97 | 0.42 |
| Hex | D1 | 8F | 3 | 0 | 20 | 63 | 12 | 29 | 61 | 2A |
| Octal | 321 | 217 | 3 | 0 | 40 | 143 | 22 | 51 | 141 | 52 |
| Binary | 11010001 | 10001111 | 11 | 0 | 100000 | 1100011 | 10010 | 101001 | 1100001 | 101010 |
Color Harmonies of #D18F03
Complementary color
Monochromatic Colors of #D18F03
Black with #D18F03
Text Example
Text Example
White with #D18F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18F03; }
p { color: rgb(209,143,3); }
H1.HeaderClassName
{
color: #D18F03;
}
.AnyTagClassName
{
color: #D18F03;
}
</style>
background-color css
<style>
a { background-color: #D18F03; }
a { background-color: rgb(209,143,3); }
div.DivClassName
{
background-color: #D18F03;
}
.BgClassName
{
background-color: #D18F03;
}
</style>
border-color css
<style>
span { border-color: #D18F03; }
span { border-color: rgb(209,143,3); }
td.TdClassName
{
border-color: #D18F03;
}
.TagClassName
{
border-color: #D18F03;
}
</style>