Shades of Gamboge #D6AD07
Tints of Gamboge #D6AD07
RGB
CMYK
RGB Variations
Color information
#D6AD07 (or 0xD6AD07) is known color: Gamboge. HEX triplet: D6, AD and 07. RGB value is (214,173,7). Sum of RGB (Red+Green+Blue) = 214+173+7=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AD07 is #2952F8. Grayscale: #A7A7A7. Windows color (decimal): -2708217 or 503254. OLE color: 503254.
HSL color Cylindrical-coordinate representation of color #D6AD07: hue angle of 48.12º 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 #D6AD07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.16 |
| HSL | 48.12º | 0.94% | 0.43% | - |
| HSV(B) | 48.12º | 0.97% | 0.84% | - |
| XYZ | 42.71 | 44.2 | 6.48 | - |
| YUV | 166.34 | 38.08 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 7 | 0 | 0.19 | 0.97 | 0.16 | 48.12 | 0.94 | 0.43 |
| Hex | D6 | AD | 7 | 0 | 13 | 61 | 10 | 30 | 5E | 2B |
| Octal | 326 | 255 | 7 | 0 | 23 | 141 | 20 | 60 | 136 | 53 |
| Binary | 11010110 | 10101101 | 111 | 0 | 10011 | 1100001 | 10000 | 110000 | 1011110 | 101011 |
Color Harmonies of #D6AD07
Complementary color
Monochromatic Colors of #D6AD07
Black with #D6AD07
Text Example
Text Example
White with #D6AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD07; }
p { color: rgb(214,173,7); }
H1.HeaderClassName
{
color: #D6AD07;
}
.AnyTagClassName
{
color: #D6AD07;
}
</style>
background-color css
<style>
a { background-color: #D6AD07; }
a { background-color: rgb(214,173,7); }
div.DivClassName
{
background-color: #D6AD07;
}
.BgClassName
{
background-color: #D6AD07;
}
</style>
border-color css
<style>
span { border-color: #D6AD07; }
span { border-color: rgb(214,173,7); }
td.TdClassName
{
border-color: #D6AD07;
}
.TagClassName
{
border-color: #D6AD07;
}
</style>