Shades of Gamboge #D38F09
Tints of Gamboge #D38F09
RGB
CMYK
RGB Variations
Color information
#D38F09 (or 0xD38F09) is known color: Gamboge. HEX triplet: D3, 8F and 09. RGB value is (211,143,9). Sum of RGB (Red+Green+Blue) = 211+143+9=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38F09 is #2C70F6. Grayscale: #949494. Windows color (decimal): -2912503 or 626643. OLE color: 626643.
HSL color Cylindrical-coordinate representation of color #D38F09: hue angle of 39.8º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D38F09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.17 |
| HSL | 39.8º | 0.92% | 0.43% | - |
| HSV(B) | 39.8º | 0.96% | 0.83% | - |
| XYZ | 36.74 | 33.51 | 4.79 | - |
| YUV | 148.06 | 49.53 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 9 | 0 | 0.32 | 0.96 | 0.17 | 39.8 | 0.92 | 0.43 |
| Hex | D3 | 8F | 9 | 0 | 20 | 60 | 11 | 28 | 5C | 2B |
| Octal | 323 | 217 | 11 | 0 | 40 | 140 | 21 | 50 | 134 | 53 |
| Binary | 11010011 | 10001111 | 1001 | 0 | 100000 | 1100000 | 10001 | 101000 | 1011100 | 101011 |
Color Harmonies of #D38F09
Complementary color
Monochromatic Colors of #D38F09
Black with #D38F09
Text Example
Text Example
White with #D38F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F09; }
p { color: rgb(211,143,9); }
H1.HeaderClassName
{
color: #D38F09;
}
.AnyTagClassName
{
color: #D38F09;
}
</style>
background-color css
<style>
a { background-color: #D38F09; }
a { background-color: rgb(211,143,9); }
div.DivClassName
{
background-color: #D38F09;
}
.BgClassName
{
background-color: #D38F09;
}
</style>
border-color css
<style>
span { border-color: #D38F09; }
span { border-color: rgb(211,143,9); }
td.TdClassName
{
border-color: #D38F09;
}
.TagClassName
{
border-color: #D38F09;
}
</style>