Shades of Gamboge #D38F00
Tints of Gamboge #D38F00
RGB
CMYK
RGB Variations
Color information
#D38F00 (or 0xD38F00) is known color: Gamboge. HEX triplet: D3, 8F and 00. RGB value is (211,143,0). Sum of RGB (Red+Green+Blue) = 211+143+0=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38F00 is #2C70FF. Grayscale: #939393. Windows color (decimal): -2912512 or 36819. OLE color: 36819.
HSL color Cylindrical-coordinate representation of color #D38F00: hue angle of 40.66º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D38F00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.17 |
| HSL | 40.66º | 1% | 0.41% | - |
| HSV(B) | 40.66º | 1% | 0.83% | - |
| XYZ | 36.69 | 33.49 | 4.53 | - |
| YUV | 147.03 | 45.03 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 0 | 0 | 0.32 | 1 | 0.17 | 40.66 | 1 | 0.41 |
| Hex | D3 | 8F | 0 | 0 | 20 | 64 | 11 | 29 | 64 | 29 |
| Octal | 323 | 217 | 0 | 0 | 40 | 144 | 21 | 51 | 144 | 51 |
| Binary | 11010011 | 10001111 | 0 | 0 | 100000 | 1100100 | 10001 | 101001 | 1100100 | 101001 |
Color Harmonies of #D38F00
Complementary color
Monochromatic Colors of #D38F00
Black with #D38F00
Text Example
Text Example
White with #D38F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F00; }
p { color: rgb(211,143,0); }
H1.HeaderClassName
{
color: #D38F00;
}
.AnyTagClassName
{
color: #D38F00;
}
</style>
background-color css
<style>
a { background-color: #D38F00; }
a { background-color: rgb(211,143,0); }
div.DivClassName
{
background-color: #D38F00;
}
.BgClassName
{
background-color: #D38F00;
}
</style>
border-color css
<style>
span { border-color: #D38F00; }
span { border-color: rgb(211,143,0); }
td.TdClassName
{
border-color: #D38F00;
}
.TagClassName
{
border-color: #D38F00;
}
</style>