Shades of Gamboge #D59207
Tints of Gamboge #D59207
RGB
CMYK
RGB Variations
Color information
#D59207 (or 0xD59207) is known color: Gamboge. HEX triplet: D5, 92 and 07. RGB value is (213,146,7). Sum of RGB (Red+Green+Blue) = 213+146+7=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D59207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59207 is #2A6DF8. Grayscale: #969696. Windows color (decimal): -2780665 or 496341. OLE color: 496341.
HSL color Cylindrical-coordinate representation of color #D59207: hue angle of 40.49º 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 #D59207 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.16 |
| HSL | 40.49º | 0.94% | 0.43% | - |
| HSV(B) | 40.49º | 0.97% | 0.84% | - |
| XYZ | 37.76 | 34.72 | 4.91 | - |
| YUV | 150.19 | 47.2 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 7 | 0 | 0.31 | 0.97 | 0.16 | 40.49 | 0.94 | 0.43 |
| Hex | D5 | 92 | 7 | 0 | 1F | 61 | 10 | 28 | 5E | 2B |
| Octal | 325 | 222 | 7 | 0 | 37 | 141 | 20 | 50 | 136 | 53 |
| Binary | 11010101 | 10010010 | 111 | 0 | 11111 | 1100001 | 10000 | 101000 | 1011110 | 101011 |
Color Harmonies of #D59207
Complementary color
Monochromatic Colors of #D59207
Black with #D59207
Text Example
Text Example
White with #D59207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59207; }
p { color: rgb(213,146,7); }
H1.HeaderClassName
{
color: #D59207;
}
.AnyTagClassName
{
color: #D59207;
}
</style>
background-color css
<style>
a { background-color: #D59207; }
a { background-color: rgb(213,146,7); }
div.DivClassName
{
background-color: #D59207;
}
.BgClassName
{
background-color: #D59207;
}
</style>
border-color css
<style>
span { border-color: #D59207; }
span { border-color: rgb(213,146,7); }
td.TdClassName
{
border-color: #D59207;
}
.TagClassName
{
border-color: #D59207;
}
</style>