Shades of Gamboge #D48507
Tints of Gamboge #D48507
RGB
CMYK
RGB Variations
Color information
#D48507 (or 0xD48507) is known color: Gamboge. HEX triplet: D4, 85 and 07. RGB value is (212,133,7). Sum of RGB (Red+Green+Blue) = 212+133+7=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D48507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48507 is #2B7AF8. Grayscale: #8E8E8E. Windows color (decimal): -2849529 or 493012. OLE color: 493012.
HSL color Cylindrical-coordinate representation of color #D48507: hue angle of 36.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D48507 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.17 |
| HSL | 36.88º | 0.94% | 0.43% | - |
| HSV(B) | 36.88º | 0.97% | 0.83% | - |
| XYZ | 35.58 | 30.79 | 4.27 | - |
| YUV | 142.26 | 51.67 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 7 | 0 | 0.37 | 0.97 | 0.17 | 36.88 | 0.94 | 0.43 |
| Hex | D4 | 85 | 7 | 0 | 25 | 61 | 11 | 25 | 5E | 2B |
| Octal | 324 | 205 | 7 | 0 | 45 | 141 | 21 | 45 | 136 | 53 |
| Binary | 11010100 | 10000101 | 111 | 0 | 100101 | 1100001 | 10001 | 100101 | 1011110 | 101011 |
Color Harmonies of #D48507
Complementary color
Monochromatic Colors of #D48507
Black with #D48507
Text Example
Text Example
White with #D48507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48507; }
p { color: rgb(212,133,7); }
H1.HeaderClassName
{
color: #D48507;
}
.AnyTagClassName
{
color: #D48507;
}
</style>
background-color css
<style>
a { background-color: #D48507; }
a { background-color: rgb(212,133,7); }
div.DivClassName
{
background-color: #D48507;
}
.BgClassName
{
background-color: #D48507;
}
</style>
border-color css
<style>
span { border-color: #D48507; }
span { border-color: rgb(212,133,7); }
td.TdClassName
{
border-color: #D48507;
}
.TagClassName
{
border-color: #D48507;
}
</style>