Shades of Gamboge #D58B0C
Tints of Gamboge #D58B0C
RGB
CMYK
RGB Variations
Color information
#D58B0C (or 0xD58B0C) is known color: Gamboge. HEX triplet: D5, 8B and 0C. RGB value is (213,139,12). Sum of RGB (Red+Green+Blue) = 213+139+12=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58B0C is #2A74F3. Grayscale: #939393. Windows color (decimal): -2782452 or 822229. OLE color: 822229.
HSL color Cylindrical-coordinate representation of color #D58B0C: hue angle of 37.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D58B0C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.16 |
| HSL | 37.91º | 0.89% | 0.44% | - |
| HSV(B) | 37.91º | 0.94% | 0.84% | - |
| XYZ | 36.74 | 32.64 | 4.71 | - |
| YUV | 146.65 | 52.02 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 12 | 0 | 0.35 | 0.94 | 0.16 | 37.91 | 0.89 | 0.44 |
| Hex | D5 | 8B | C | 0 | 23 | 5E | 10 | 26 | 59 | 2C |
| Octal | 325 | 213 | 14 | 0 | 43 | 136 | 20 | 46 | 131 | 54 |
| Binary | 11010101 | 10001011 | 1100 | 0 | 100011 | 1011110 | 10000 | 100110 | 1011001 | 101100 |
Color Harmonies of #D58B0C
Complementary color
Monochromatic Colors of #D58B0C
Black with #D58B0C
Text Example
Text Example
White with #D58B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B0C; }
p { color: rgb(213,139,12); }
H1.HeaderClassName
{
color: #D58B0C;
}
.AnyTagClassName
{
color: #D58B0C;
}
</style>
background-color css
<style>
a { background-color: #D58B0C; }
a { background-color: rgb(213,139,12); }
div.DivClassName
{
background-color: #D58B0C;
}
.BgClassName
{
background-color: #D58B0C;
}
</style>
border-color css
<style>
span { border-color: #D58B0C; }
span { border-color: rgb(213,139,12); }
td.TdClassName
{
border-color: #D58B0C;
}
.TagClassName
{
border-color: #D58B0C;
}
</style>