Shades of Gamboge #D38710
Tints of Gamboge #D38710
RGB
CMYK
RGB Variations
Color information
#D38710 (or 0xD38710) is known color: Gamboge. HEX triplet: D3, 87 and 10. RGB value is (211,135,16). Sum of RGB (Red+Green+Blue) = 211+135+16=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D38710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38710 is #2C78EF. Grayscale: #909090. Windows color (decimal): -2914544 or 1083347. OLE color: 1083347.
HSL color Cylindrical-coordinate representation of color #D38710: hue angle of 36.62º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D38710 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 16 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.17 |
| HSL | 36.62º | 0.86% | 0.45% | - |
| HSV(B) | 36.62º | 0.92% | 0.83% | - |
| XYZ | 35.62 | 31.21 | 4.64 | - |
| YUV | 144.16 | 55.68 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 16 | 0 | 0.36 | 0.92 | 0.17 | 36.62 | 0.86 | 0.45 |
| Hex | D3 | 87 | 10 | 0 | 24 | 5C | 11 | 25 | 56 | 2D |
| Octal | 323 | 207 | 20 | 0 | 44 | 134 | 21 | 45 | 126 | 55 |
| Binary | 11010011 | 10000111 | 10000 | 0 | 100100 | 1011100 | 10001 | 100101 | 1010110 | 101101 |
Color Harmonies of #D38710
Complementary color
Monochromatic Colors of #D38710
Black with #D38710
Text Example
Text Example
White with #D38710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38710; }
p { color: rgb(211,135,16); }
H1.HeaderClassName
{
color: #D38710;
}
.AnyTagClassName
{
color: #D38710;
}
</style>
background-color css
<style>
a { background-color: #D38710; }
a { background-color: rgb(211,135,16); }
div.DivClassName
{
background-color: #D38710;
}
.BgClassName
{
background-color: #D38710;
}
</style>
border-color css
<style>
span { border-color: #D38710; }
span { border-color: rgb(211,135,16); }
td.TdClassName
{
border-color: #D38710;
}
.TagClassName
{
border-color: #D38710;
}
</style>