Shades of Gamboge #D58B11
Tints of Gamboge #D58B11
RGB
CMYK
RGB Variations
Color information
#D58B11 (or 0xD58B11) is known color: Gamboge. HEX triplet: D5, 8B and 11. RGB value is (213,139,17). Sum of RGB (Red+Green+Blue) = 213+139+17=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58B11 is #2A74EE. Grayscale: #939393. Windows color (decimal): -2782447 or 1149909. OLE color: 1149909.
HSL color Cylindrical-coordinate representation of color #D58B11: hue angle of 37.35º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D58B11 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 17 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.16 |
| HSL | 37.35º | 0.85% | 0.45% | - |
| HSV(B) | 37.35º | 0.92% | 0.84% | - |
| XYZ | 36.77 | 32.65 | 4.89 | - |
| YUV | 147.22 | 54.52 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 17 | 0 | 0.35 | 0.92 | 0.16 | 37.35 | 0.85 | 0.45 |
| Hex | D5 | 8B | 11 | 0 | 23 | 5C | 10 | 25 | 55 | 2D |
| Octal | 325 | 213 | 21 | 0 | 43 | 134 | 20 | 45 | 125 | 55 |
| Binary | 11010101 | 10001011 | 10001 | 0 | 100011 | 1011100 | 10000 | 100101 | 1010101 | 101101 |
Color Harmonies of #D58B11
Complementary color
Monochromatic Colors of #D58B11
Black with #D58B11
Text Example
Text Example
White with #D58B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B11; }
p { color: rgb(213,139,17); }
H1.HeaderClassName
{
color: #D58B11;
}
.AnyTagClassName
{
color: #D58B11;
}
</style>
background-color css
<style>
a { background-color: #D58B11; }
a { background-color: rgb(213,139,17); }
div.DivClassName
{
background-color: #D58B11;
}
.BgClassName
{
background-color: #D58B11;
}
</style>
border-color css
<style>
span { border-color: #D58B11; }
span { border-color: rgb(213,139,17); }
td.TdClassName
{
border-color: #D58B11;
}
.TagClassName
{
border-color: #D58B11;
}
</style>