Shades of Gamboge #D58B08
Tints of Gamboge #D58B08
RGB
CMYK
RGB Variations
Color information
#D58B08 (or 0xD58B08) is known color: Gamboge. HEX triplet: D5, 8B and 08. RGB value is (213,139,8). Sum of RGB (Red+Green+Blue) = 213+139+8=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58B08 is #2A74F7. Grayscale: #929292. Windows color (decimal): -2782456 or 560085. OLE color: 560085.
HSL color Cylindrical-coordinate representation of color #D58B08: hue angle of 38.34º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D58B08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.16 |
| HSL | 38.34º | 0.93% | 0.43% | - |
| HSV(B) | 38.34º | 0.96% | 0.84% | - |
| XYZ | 36.72 | 32.63 | 4.59 | - |
| YUV | 146.19 | 50.02 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 8 | 0 | 0.35 | 0.96 | 0.16 | 38.34 | 0.93 | 0.43 |
| Hex | D5 | 8B | 8 | 0 | 23 | 60 | 10 | 26 | 5D | 2B |
| Octal | 325 | 213 | 10 | 0 | 43 | 140 | 20 | 46 | 135 | 53 |
| Binary | 11010101 | 10001011 | 1000 | 0 | 100011 | 1100000 | 10000 | 100110 | 1011101 | 101011 |
Color Harmonies of #D58B08
Complementary color
Monochromatic Colors of #D58B08
Black with #D58B08
Text Example
Text Example
White with #D58B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B08; }
p { color: rgb(213,139,8); }
H1.HeaderClassName
{
color: #D58B08;
}
.AnyTagClassName
{
color: #D58B08;
}
</style>
background-color css
<style>
a { background-color: #D58B08; }
a { background-color: rgb(213,139,8); }
div.DivClassName
{
background-color: #D58B08;
}
.BgClassName
{
background-color: #D58B08;
}
</style>
border-color css
<style>
span { border-color: #D58B08; }
span { border-color: rgb(213,139,8); }
td.TdClassName
{
border-color: #D58B08;
}
.TagClassName
{
border-color: #D58B08;
}
</style>