Shades of Gamboge #D38F03
Tints of Gamboge #D38F03
RGB
CMYK
RGB Variations
Color information
#D38F03 (or 0xD38F03) is known color: Gamboge. HEX triplet: D3, 8F and 03. RGB value is (211,143,3). Sum of RGB (Red+Green+Blue) = 211+143+3=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38F03 is #2C70FC. Grayscale: #949494. Windows color (decimal): -2912509 or 233427. OLE color: 233427.
HSL color Cylindrical-coordinate representation of color #D38F03: hue angle of 40.38º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D38F03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.17 |
| HSL | 40.38º | 0.97% | 0.42% | - |
| HSV(B) | 40.38º | 0.99% | 0.83% | - |
| XYZ | 36.7 | 33.5 | 4.62 | - |
| YUV | 147.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 3 | 0 | 0.32 | 0.99 | 0.17 | 40.38 | 0.97 | 0.42 |
| Hex | D3 | 8F | 3 | 0 | 20 | 63 | 11 | 28 | 61 | 2A |
| Octal | 323 | 217 | 3 | 0 | 40 | 143 | 21 | 50 | 141 | 52 |
| Binary | 11010011 | 10001111 | 11 | 0 | 100000 | 1100011 | 10001 | 101000 | 1100001 | 101010 |
Color Harmonies of #D38F03
Complementary color
Monochromatic Colors of #D38F03
Black with #D38F03
Text Example
Text Example
White with #D38F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F03; }
p { color: rgb(211,143,3); }
H1.HeaderClassName
{
color: #D38F03;
}
.AnyTagClassName
{
color: #D38F03;
}
</style>
background-color css
<style>
a { background-color: #D38F03; }
a { background-color: rgb(211,143,3); }
div.DivClassName
{
background-color: #D38F03;
}
.BgClassName
{
background-color: #D38F03;
}
</style>
border-color css
<style>
span { border-color: #D38F03; }
span { border-color: rgb(211,143,3); }
td.TdClassName
{
border-color: #D38F03;
}
.TagClassName
{
border-color: #D38F03;
}
</style>