Shades of Gamboge #D58A07
Tints of Gamboge #D58A07
RGB
CMYK
RGB Variations
Color information
#D58A07 (or 0xD58A07) is known color: Gamboge. HEX triplet: D5, 8A and 07. RGB value is (213,138,7). Sum of RGB (Red+Green+Blue) = 213+138+7=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A07 is #2A75F8. Grayscale: #929292. Windows color (decimal): -2782713 or 494293. OLE color: 494293.
HSL color Cylindrical-coordinate representation of color #D58A07: hue angle of 38.16º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D58A07 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.16 |
| HSL | 38.16º | 0.94% | 0.43% | - |
| HSV(B) | 38.16º | 0.97% | 0.84% | - |
| XYZ | 36.57 | 32.34 | 4.52 | - |
| YUV | 145.49 | 49.85 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 7 | 0 | 0.35 | 0.97 | 0.16 | 38.16 | 0.94 | 0.43 |
| Hex | D5 | 8A | 7 | 0 | 23 | 61 | 10 | 26 | 5E | 2B |
| Octal | 325 | 212 | 7 | 0 | 43 | 141 | 20 | 46 | 136 | 53 |
| Binary | 11010101 | 10001010 | 111 | 0 | 100011 | 1100001 | 10000 | 100110 | 1011110 | 101011 |
Color Harmonies of #D58A07
Complementary color
Monochromatic Colors of #D58A07
Black with #D58A07
Text Example
Text Example
White with #D58A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A07; }
p { color: rgb(213,138,7); }
H1.HeaderClassName
{
color: #D58A07;
}
.AnyTagClassName
{
color: #D58A07;
}
</style>
background-color css
<style>
a { background-color: #D58A07; }
a { background-color: rgb(213,138,7); }
div.DivClassName
{
background-color: #D58A07;
}
.BgClassName
{
background-color: #D58A07;
}
</style>
border-color css
<style>
span { border-color: #D58A07; }
span { border-color: rgb(213,138,7); }
td.TdClassName
{
border-color: #D58A07;
}
.TagClassName
{
border-color: #D58A07;
}
</style>