Shades of Gamboge #D69207
Tints of Gamboge #D69207
RGB
CMYK
RGB Variations
Color information
#D69207 (or 0xD69207) is known color: Gamboge. HEX triplet: D6, 92 and 07. RGB value is (214,146,7). Sum of RGB (Red+Green+Blue) = 214+146+7=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D69207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69207 is #296DF8. Grayscale: #979797. Windows color (decimal): -2715129 or 496342. OLE color: 496342.
HSL color Cylindrical-coordinate representation of color #D69207: hue angle of 40.29º 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 #D69207 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.16 |
| HSL | 40.29º | 0.94% | 0.43% | - |
| HSV(B) | 40.29º | 0.97% | 0.84% | - |
| XYZ | 38.05 | 34.87 | 4.93 | - |
| YUV | 150.49 | 47.03 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 7 | 0 | 0.32 | 0.97 | 0.16 | 40.29 | 0.94 | 0.43 |
| Hex | D6 | 92 | 7 | 0 | 20 | 61 | 10 | 28 | 5E | 2B |
| Octal | 326 | 222 | 7 | 0 | 40 | 141 | 20 | 50 | 136 | 53 |
| Binary | 11010110 | 10010010 | 111 | 0 | 100000 | 1100001 | 10000 | 101000 | 1011110 | 101011 |
Color Harmonies of #D69207
Complementary color
Monochromatic Colors of #D69207
Black with #D69207
Text Example
Text Example
White with #D69207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69207; }
p { color: rgb(214,146,7); }
H1.HeaderClassName
{
color: #D69207;
}
.AnyTagClassName
{
color: #D69207;
}
</style>
background-color css
<style>
a { background-color: #D69207; }
a { background-color: rgb(214,146,7); }
div.DivClassName
{
background-color: #D69207;
}
.BgClassName
{
background-color: #D69207;
}
</style>
border-color css
<style>
span { border-color: #D69207; }
span { border-color: rgb(214,146,7); }
td.TdClassName
{
border-color: #D69207;
}
.TagClassName
{
border-color: #D69207;
}
</style>