Shades of Gamboge #D58506
Tints of Gamboge #D58506
RGB
CMYK
RGB Variations
Color information
#D58506 (or 0xD58506) is known color: Gamboge. HEX triplet: D5, 85 and 06. RGB value is (213,133,6). Sum of RGB (Red+Green+Blue) = 213+133+6=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D58506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58506 is #2A7AF9. Grayscale: #8F8F8F. Windows color (decimal): -2783994 or 427477. OLE color: 427477.
HSL color Cylindrical-coordinate representation of color #D58506: hue angle of 36.81º degrees, saturation: 0.95, 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 #D58506 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.16 |
| HSL | 36.81º | 0.95% | 0.43% | - |
| HSV(B) | 36.81º | 0.97% | 0.84% | - |
| XYZ | 35.86 | 30.93 | 4.25 | - |
| YUV | 142.44 | 51 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 6 | 0 | 0.38 | 0.97 | 0.16 | 36.81 | 0.95 | 0.43 |
| Hex | D5 | 85 | 6 | 0 | 26 | 61 | 10 | 25 | 5F | 2B |
| Octal | 325 | 205 | 6 | 0 | 46 | 141 | 20 | 45 | 137 | 53 |
| Binary | 11010101 | 10000101 | 110 | 0 | 100110 | 1100001 | 10000 | 100101 | 1011111 | 101011 |
Color Harmonies of #D58506
Complementary color
Monochromatic Colors of #D58506
Black with #D58506
Text Example
Text Example
White with #D58506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58506; }
p { color: rgb(213,133,6); }
H1.HeaderClassName
{
color: #D58506;
}
.AnyTagClassName
{
color: #D58506;
}
</style>
background-color css
<style>
a { background-color: #D58506; }
a { background-color: rgb(213,133,6); }
div.DivClassName
{
background-color: #D58506;
}
.BgClassName
{
background-color: #D58506;
}
</style>
border-color css
<style>
span { border-color: #D58506; }
span { border-color: rgb(213,133,6); }
td.TdClassName
{
border-color: #D58506;
}
.TagClassName
{
border-color: #D58506;
}
</style>