Shades of Gamboge #D38A03
Tints of Gamboge #D38A03
RGB
CMYK
RGB Variations
Color information
#D38A03 (or 0xD38A03) is known color: Gamboge. HEX triplet: D3, 8A and 03. RGB value is (211,138,3). Sum of RGB (Red+Green+Blue) = 211+138+3=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A03 is #2C75FC. Grayscale: #919191. Windows color (decimal): -2913789 or 232147. OLE color: 232147.
HSL color Cylindrical-coordinate representation of color #D38A03: hue angle of 38.94º 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 #D38A03 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.17 |
| HSL | 38.94º | 0.97% | 0.42% | - |
| HSV(B) | 38.94º | 0.99% | 0.83% | - |
| XYZ | 35.97 | 32.03 | 4.37 | - |
| YUV | 144.44 | 48.18 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 3 | 0 | 0.35 | 0.99 | 0.17 | 38.94 | 0.97 | 0.42 |
| Hex | D3 | 8A | 3 | 0 | 23 | 63 | 11 | 27 | 61 | 2A |
| Octal | 323 | 212 | 3 | 0 | 43 | 143 | 21 | 47 | 141 | 52 |
| Binary | 11010011 | 10001010 | 11 | 0 | 100011 | 1100011 | 10001 | 100111 | 1100001 | 101010 |
Color Harmonies of #D38A03
Complementary color
Monochromatic Colors of #D38A03
Black with #D38A03
Text Example
Text Example
White with #D38A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A03; }
p { color: rgb(211,138,3); }
H1.HeaderClassName
{
color: #D38A03;
}
.AnyTagClassName
{
color: #D38A03;
}
</style>
background-color css
<style>
a { background-color: #D38A03; }
a { background-color: rgb(211,138,3); }
div.DivClassName
{
background-color: #D38A03;
}
.BgClassName
{
background-color: #D38A03;
}
</style>
border-color css
<style>
span { border-color: #D38A03; }
span { border-color: rgb(211,138,3); }
td.TdClassName
{
border-color: #D38A03;
}
.TagClassName
{
border-color: #D38A03;
}
</style>