Shades of Gamboge #D38608
Tints of Gamboge #D38608
RGB
CMYK
RGB Variations
Color information
#D38608 (or 0xD38608) is known color: Gamboge. HEX triplet: D3, 86 and 08. RGB value is (211,134,8). Sum of RGB (Red+Green+Blue) = 211+134+8=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D38608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38608 is #2C79F7. Grayscale: #8F8F8F. Windows color (decimal): -2914808 or 558803. OLE color: 558803.
HSL color Cylindrical-coordinate representation of color #D38608: hue angle of 37.24º degrees, saturation: 0.93, 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 #D38608 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.17 |
| HSL | 37.24º | 0.93% | 0.43% | - |
| HSV(B) | 37.24º | 0.96% | 0.83% | - |
| XYZ | 35.43 | 30.92 | 4.33 | - |
| YUV | 142.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 8 | 0 | 0.36 | 0.96 | 0.17 | 37.24 | 0.93 | 0.43 |
| Hex | D3 | 86 | 8 | 0 | 24 | 60 | 11 | 25 | 5D | 2B |
| Octal | 323 | 206 | 10 | 0 | 44 | 140 | 21 | 45 | 135 | 53 |
| Binary | 11010011 | 10000110 | 1000 | 0 | 100100 | 1100000 | 10001 | 100101 | 1011101 | 101011 |
Color Harmonies of #D38608
Complementary color
Monochromatic Colors of #D38608
Black with #D38608
Text Example
Text Example
White with #D38608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38608; }
p { color: rgb(211,134,8); }
H1.HeaderClassName
{
color: #D38608;
}
.AnyTagClassName
{
color: #D38608;
}
</style>
background-color css
<style>
a { background-color: #D38608; }
a { background-color: rgb(211,134,8); }
div.DivClassName
{
background-color: #D38608;
}
.BgClassName
{
background-color: #D38608;
}
</style>
border-color css
<style>
span { border-color: #D38608; }
span { border-color: rgb(211,134,8); }
td.TdClassName
{
border-color: #D38608;
}
.TagClassName
{
border-color: #D38608;
}
</style>