Shades of Gamboge #D58A00
Tints of Gamboge #D58A00
RGB
CMYK
RGB Variations
Color information
#D58A00 (or 0xD58A00) is known color: Gamboge. HEX triplet: D5, 8A and 00. RGB value is (213,138,0). Sum of RGB (Red+Green+Blue) = 213+138+0=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A00 is #2A75FF. Grayscale: #919191. Windows color (decimal): -2782720 or 35541. OLE color: 35541.
HSL color Cylindrical-coordinate representation of color #D58A00: hue angle of 38.87º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D58A00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.16 |
| HSL | 38.87º | 1% | 0.42% | - |
| HSV(B) | 38.87º | 1% | 0.84% | - |
| XYZ | 36.53 | 32.32 | 4.31 | - |
| YUV | 144.69 | 46.35 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 0 | 0 | 0.35 | 1 | 0.16 | 38.87 | 1 | 0.42 |
| Hex | D5 | 8A | 0 | 0 | 23 | 64 | 10 | 27 | 64 | 2A |
| Octal | 325 | 212 | 0 | 0 | 43 | 144 | 20 | 47 | 144 | 52 |
| Binary | 11010101 | 10001010 | 0 | 0 | 100011 | 1100100 | 10000 | 100111 | 1100100 | 101010 |
Color Harmonies of #D58A00
Complementary color
Monochromatic Colors of #D58A00
Black with #D58A00
Text Example
Text Example
White with #D58A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A00; }
p { color: rgb(213,138,0); }
H1.HeaderClassName
{
color: #D58A00;
}
.AnyTagClassName
{
color: #D58A00;
}
</style>
background-color css
<style>
a { background-color: #D58A00; }
a { background-color: rgb(213,138,0); }
div.DivClassName
{
background-color: #D58A00;
}
.BgClassName
{
background-color: #D58A00;
}
</style>
border-color css
<style>
span { border-color: #D58A00; }
span { border-color: rgb(213,138,0); }
td.TdClassName
{
border-color: #D58A00;
}
.TagClassName
{
border-color: #D58A00;
}
</style>