Shades of Gamboge #D58508
Tints of Gamboge #D58508
RGB
CMYK
RGB Variations
Color information
#D58508 (or 0xD58508) is known color: Gamboge. HEX triplet: D5, 85 and 08. RGB value is (213,133,8). Sum of RGB (Red+Green+Blue) = 213+133+8=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D58508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58508 is #2A7AF7. Grayscale: #8F8F8F. Windows color (decimal): -2783992 or 558549. OLE color: 558549.
HSL color Cylindrical-coordinate representation of color #D58508: hue angle of 36.59º 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 #D58508 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 133 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.16 |
| HSL | 36.59º | 0.93% | 0.43% | - |
| HSV(B) | 36.59º | 0.96% | 0.84% | - |
| XYZ | 35.87 | 30.94 | 4.31 | - |
| YUV | 142.67 | 52 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 8 | 0 | 0.38 | 0.96 | 0.16 | 36.59 | 0.93 | 0.43 |
| Hex | D5 | 85 | 8 | 0 | 26 | 60 | 10 | 25 | 5D | 2B |
| Octal | 325 | 205 | 10 | 0 | 46 | 140 | 20 | 45 | 135 | 53 |
| Binary | 11010101 | 10000101 | 1000 | 0 | 100110 | 1100000 | 10000 | 100101 | 1011101 | 101011 |
Color Harmonies of #D58508
Complementary color
Monochromatic Colors of #D58508
Black with #D58508
Text Example
Text Example
White with #D58508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58508; }
p { color: rgb(213,133,8); }
H1.HeaderClassName
{
color: #D58508;
}
.AnyTagClassName
{
color: #D58508;
}
</style>
background-color css
<style>
a { background-color: #D58508; }
a { background-color: rgb(213,133,8); }
div.DivClassName
{
background-color: #D58508;
}
.BgClassName
{
background-color: #D58508;
}
</style>
border-color css
<style>
span { border-color: #D58508; }
span { border-color: rgb(213,133,8); }
td.TdClassName
{
border-color: #D58508;
}
.TagClassName
{
border-color: #D58508;
}
</style>