Shades of Gamboge #D38A07
Tints of Gamboge #D38A07
RGB
CMYK
RGB Variations
Color information
#D38A07 (or 0xD38A07) is known color: Gamboge. HEX triplet: D3, 8A and 07. RGB value is (211,138,7). Sum of RGB (Red+Green+Blue) = 211+138+7=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A07 is #2C75F8. Grayscale: #919191. Windows color (decimal): -2913785 or 494291. OLE color: 494291.
HSL color Cylindrical-coordinate representation of color #D38A07: hue angle of 38.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D38A07 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.17 |
| HSL | 38.53º | 0.94% | 0.43% | - |
| HSV(B) | 38.53º | 0.97% | 0.83% | - |
| XYZ | 35.99 | 32.04 | 4.49 | - |
| YUV | 144.89 | 50.18 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 7 | 0 | 0.35 | 0.97 | 0.17 | 38.53 | 0.94 | 0.43 |
| Hex | D3 | 8A | 7 | 0 | 23 | 61 | 11 | 27 | 5E | 2B |
| Octal | 323 | 212 | 7 | 0 | 43 | 141 | 21 | 47 | 136 | 53 |
| Binary | 11010011 | 10001010 | 111 | 0 | 100011 | 1100001 | 10001 | 100111 | 1011110 | 101011 |
Color Harmonies of #D38A07
Complementary color
Monochromatic Colors of #D38A07
Black with #D38A07
Text Example
Text Example
White with #D38A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A07; }
p { color: rgb(211,138,7); }
H1.HeaderClassName
{
color: #D38A07;
}
.AnyTagClassName
{
color: #D38A07;
}
</style>
background-color css
<style>
a { background-color: #D38A07; }
a { background-color: rgb(211,138,7); }
div.DivClassName
{
background-color: #D38A07;
}
.BgClassName
{
background-color: #D38A07;
}
</style>
border-color css
<style>
span { border-color: #D38A07; }
span { border-color: rgb(211,138,7); }
td.TdClassName
{
border-color: #D38A07;
}
.TagClassName
{
border-color: #D38A07;
}
</style>