Shades of Gamboge #D38A05
Tints of Gamboge #D38A05
RGB
CMYK
RGB Variations
Color information
#D38A05 (or 0xD38A05) is known color: Gamboge. HEX triplet: D3, 8A and 05. RGB value is (211,138,5). Sum of RGB (Red+Green+Blue) = 211+138+5=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38A05 is #2C75FA. Grayscale: #919191. Windows color (decimal): -2913787 or 363219. OLE color: 363219.
HSL color Cylindrical-coordinate representation of color #D38A05: hue angle of 38.74º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D38A05 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.17 |
| HSL | 38.74º | 0.95% | 0.42% | - |
| HSV(B) | 38.74º | 0.98% | 0.83% | - |
| XYZ | 35.98 | 32.04 | 4.43 | - |
| YUV | 144.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 5 | 0 | 0.35 | 0.98 | 0.17 | 38.74 | 0.95 | 0.42 |
| Hex | D3 | 8A | 5 | 0 | 23 | 62 | 11 | 27 | 5F | 2A |
| Octal | 323 | 212 | 5 | 0 | 43 | 142 | 21 | 47 | 137 | 52 |
| Binary | 11010011 | 10001010 | 101 | 0 | 100011 | 1100010 | 10001 | 100111 | 1011111 | 101010 |
Color Harmonies of #D38A05
Complementary color
Monochromatic Colors of #D38A05
Black with #D38A05
Text Example
Text Example
White with #D38A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A05; }
p { color: rgb(211,138,5); }
H1.HeaderClassName
{
color: #D38A05;
}
.AnyTagClassName
{
color: #D38A05;
}
</style>
background-color css
<style>
a { background-color: #D38A05; }
a { background-color: rgb(211,138,5); }
div.DivClassName
{
background-color: #D38A05;
}
.BgClassName
{
background-color: #D38A05;
}
</style>
border-color css
<style>
span { border-color: #D38A05; }
span { border-color: rgb(211,138,5); }
td.TdClassName
{
border-color: #D38A05;
}
.TagClassName
{
border-color: #D38A05;
}
</style>