Shades of Gamboge #D69205
Tints of Gamboge #D69205
RGB
CMYK
RGB Variations
Color information
#D69205 (or 0xD69205) is known color: Gamboge. HEX triplet: D6, 92 and 05. RGB value is (214,146,5). Sum of RGB (Red+Green+Blue) = 214+146+5=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D69205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69205 is #296DFA. Grayscale: #969696. Windows color (decimal): -2715131 or 365270. OLE color: 365270.
HSL color Cylindrical-coordinate representation of color #D69205: hue angle of 40.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D69205 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.16 |
| HSL | 40.48º | 0.95% | 0.43% | - |
| HSV(B) | 40.48º | 0.98% | 0.84% | - |
| XYZ | 38.04 | 34.86 | 4.87 | - |
| YUV | 150.26 | 46.03 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 5 | 0 | 0.32 | 0.98 | 0.16 | 40.48 | 0.95 | 0.43 |
| Hex | D6 | 92 | 5 | 0 | 20 | 62 | 10 | 28 | 5F | 2B |
| Octal | 326 | 222 | 5 | 0 | 40 | 142 | 20 | 50 | 137 | 53 |
| Binary | 11010110 | 10010010 | 101 | 0 | 100000 | 1100010 | 10000 | 101000 | 1011111 | 101011 |
Color Harmonies of #D69205
Complementary color
Monochromatic Colors of #D69205
Black with #D69205
Text Example
Text Example
White with #D69205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69205; }
p { color: rgb(214,146,5); }
H1.HeaderClassName
{
color: #D69205;
}
.AnyTagClassName
{
color: #D69205;
}
</style>
background-color css
<style>
a { background-color: #D69205; }
a { background-color: rgb(214,146,5); }
div.DivClassName
{
background-color: #D69205;
}
.BgClassName
{
background-color: #D69205;
}
</style>
border-color css
<style>
span { border-color: #D69205; }
span { border-color: rgb(214,146,5); }
td.TdClassName
{
border-color: #D69205;
}
.TagClassName
{
border-color: #D69205;
}
</style>